RSSAmplifier

galvanist · Dec 10, 2014

Non-privileged Python Package Installs on OS X

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Sometimes a virtualenv isn’t what you want. I often want my account to have a particular python package (like bpython), but I also like to keep things clean and compartmentalized. One answer is installing the package to a standard place within your user account’s home folder. Python is already setup for this, as you can see if you run python -m site . 
 sys . path = [ 
…

Read on /posts/2014-12-10-non-privileged-python-package-installs-on-os-x/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.