So, once again, I make a nice python program which makes my life ever the more easier and saves a lot of time. Ofcourse, this involves a virtualenv, made with the mkvi
mkvi
You can also call the virtualenv's python executable directly. First find the path to the executable:
$ workon myenv $ which python /path/to/virtualenv/myenv/bin/python
Then call from your shell script:
#!/bin/bash /path/to/virtualenv/myenv/bin/python myscript.py