Astalaseven / twitter-rss

Rss-generator for Twitter
MIT License
77 stars 29 forks source link

Problem with python path when running in virtualenv #6

Closed kesu closed 11 years ago

kesu commented 11 years ago

When running in a virtualenv - the hard-coded python path causes problems. Using sys.execuable will use the same executable that started the run.py to launch server.py

This will also avoid problems when python executable is installed in non-standard locations.