|
|
|
|
|
by IgorPartola
4859 days ago
|
|
Why can you not do?: #!/usr/bin/virtual-bash my-env
echo hello
Edit: in fact something like /usr/bin/virt-python my-env is much nicer than /var/lib/my-app/env/bin/python. Basically like virtualenvwrapper but for Python scripts that are not run interactively. |
|