Astalaseven / twitter-rss

Rss-generator for Twitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with python path when running in virtualenv

kesu opened this issue · comments

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.