I have virtualenv and virtualenvwrapper installed on a shared Linux server with default settings (virtualenvs are in ~/.virtualenvs). I have several Python scripts that can onl
Use the following magic(5) at the start of the script.
#!/usr/bin/env python
Change which virtualenv is active and it'll use the python from that virtualenv. Deactivate the virtualenv, it still runs.