Skip to content

Commit

Permalink
npx maybe like this?
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Feb 9, 2024
1 parent 6dcaad5 commit 21cce09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
# it will pick up a bash that requires WSL to run, which is not installed.
# bash = 'C:\\Program Files\\Git\\bin\\bash.exe'
import subprocess
subprocess.check_call('npx --help')
subprocess.check_call(['npx', '--help'])

bash = 'bash'
Expand Down

0 comments on commit 21cce09

Please sign in to comment.