|
|
|
|
|
by the_mitsuhiko
4859 days ago
|
|
I regularly write scripts that involve more than one virtualenv. At the moment this is trivial by just activating and deactivating envs from one script. Starting subshells is complicated because communication into the shell barely exists. Worse than that is that the shebang only supports two arguments and is heavily length limited. |
|
Point taken on the shebang limitations.