We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SHELL
For example, if you're running ds from bash, then subprocess.run should use bash.
ds
bash
subprocess.run
The text was updated successfully, but these errors were encountered:
7ef0ec1
For windows check COMSPEC.
COMSPEC
Sorry, something went wrong.
update: detect current shell on windows (#65)
1b8d589
HT @lshkap613 turns out COMSPEC on PowerShell on Windows is set to cmd.exe which prevents things from running correctly.
cmd.exe
23e33ca
No branches or pull requests
For example, if you're running
ds
frombash
, thensubprocess.run
should usebash
.The text was updated successfully, but these errors were encountered: