PIP: how do I install a python package into a different directory?

Posted by Monika Sulik on Stack Overflow See other posts from Stack Overflow or by Monika Sulik
Published on 2010-05-26T17:55:48Z Indexed on 2010/05/26 18:01 UTC
Read the original article Hit count: 307

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about python

Related posts about pip