For installing things with virtualenvs I've found "pip" to be better than easyinstalling things. You activate the virtual environment, and then type "pip install packagename" and it finds and downloads it. Or you can install directly from a github page, and stuff like that.
To run stuff automatically you can use something like http://www.setcronjob.com/ which will fetch the web page every hour (or less) automatically for free.
no subject
on 2011-03-02 01:13 pm (UTC)To run stuff automatically you can use something like http://www.setcronjob.com/ which will fetch the web page every hour (or less) automatically for free.