Advertisement
Guest User

Untitled

a guest
Dec 27th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # instead of using setup.py to install, prefer this:
  2. pip install .
  3.  
  4. # development versions can be used as follows:
  5. pip install -e .
  6.  
  7. # to remove an installation
  8. pip uninstall .
  9.  
  10. # to remove development installation
  11. cd /anaconda/lib/python2.7/site-packages
  12. vi easy-install.pth
  13. dd (delete) relevant development paths
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement