You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working on Windows 10, using Git Bash as my default shell pretty much everywhere.
From my understanding, the bash activation script is not generated by default on Windows anymore.
That's going to break users in a similar solution to mine.
But the really bad news for me:
$ python -m virtualenv --activators bash myvirtualenv
usage: virtualenv [--version] [-v | -q] [--discovery {builtin}] [-p py] [--creator {builtin,cpython2-win}] [--seeder {app-data,none,pip}] [--without-pip] [--activators comma_separated_list]
virtualenv: error: argument --activators: the following activators are not available bash
bash is considered not available on Windows, and that's a no-go for me, or anyone using a bash equivalent on Windows.
I'd plead for keeping bash script by default on Windows.
Or at the very least, allow it as an option, although its still going to be a pain.
Cheers!
The text was updated successfully, but these errors were encountered:
Hello!
Working on Windows 10, using Git Bash as my default shell pretty much everywhere.
From my understanding, the bash activation script is not generated by default on Windows anymore.
That's going to break users in a similar solution to mine.
But the really bad news for me:
bash
is considered not available on Windows, and that's a no-go for me, or anyone using a bash equivalent on Windows.I'd plead for keeping bash script by default on Windows.
Or at the very least, allow it as an option, although its still going to be a pain.
Cheers!
The text was updated successfully, but these errors were encountered: