Hacker News new | ask | show | jobs
by chrisdl 4787 days ago
I actually don't "know" either. But I suspect it has to do with knowing which python to use (system generally) and if the user wants to use global packages as well.

checkout virtualenvwrapper (http://virtualenvwrapper.readthedocs.org/en/latest/install.h...) as well for handling virtualenvs.

2 comments

+1, I definitely should have mentioned this. virtualenvwrapper makes it vastly more convenient.
Author here - thanks for mentioning this! I've never used it but will give it a go.