Advertisement
Guest User

Untitled

a guest
May 27th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. /usr/local/lib/python2.7/dist-packages
  2.  
  3. /home/kv/.pythonbrew/pythons/Python-2.7.5/bin/python
  4.  
  5. kv@kv:~$ which python
  6. /home/kv/.pythonbrew/pythons/Python-2.7.5/bin/python
  7.  
  8. kv@kv:~$ sudo pip install virtualenv virtualenvwrapper
  9. Requirement already satisfied (use --upgrade to upgrade): virtualenv in /usr/local/lib/python2.7/dist-packages
  10. Requirement already satisfied (use --upgrade to upgrade): virtualenvwrapper in /usr/local/lib/python2.7/dist-packages
  11. Cleaning up...
  12.  
  13. source /usr/local/bin/virtualenvwrapper.sh
  14.  
  15. kv@kv:~$ source /usr/local/bin/virtualenvwrapper.sh
  16. /home/kv/.pythonbrew/pythons/Python-2.7.5/bin/python: No module named virtualenvwrapper
  17. virtualenvwrapper.sh: There was a problem running the initialization hooks.
  18.  
  19. If Python could not import the module virtualenvwrapper.hook_loader,
  20. check that virtualenvwrapper has been installed for
  21. VIRTUALENVWRAPPER_PYTHON=/home/kv/.pythonbrew/pythons/Python-2.7.5/bin/python and that PATH is
  22. set properly.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement