Virtualenvwrapper / Updating Tools

If you are using virtualenvwrapper with the default version of python on your system (OSX in particular) and I recommend updating pip and setuptools as part of your postmkvirtualenv hook.  Just add the following line to YOURVIRTUALENVDIRECTORY/postmkvirtualenv.

pip install -U pip setuptools

 

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply