I know the obvious answer is to use virtualenv and virtualenvwrapper, but for various reasons I can't/don't want to do that. So how do I modify this command:
pip install package_name
to make pip install the package somewhere other than the default site-packages?