Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. mkvirtualenv --python=python3.5 myproject
  2. workon pystagram myproject
  3.  
  4. >> /usr/local/bin/python3.5
  5.  
  6. >> /Users/Chois/anaconda/bin/python3.5
  7.  
  8. Running virtualenv with interpreter /Users/Chois/anaconda/bin/python3.5
  9. Using base prefix '/Users/Chois/anaconda'
  10. New python executable in /Users/Chois/.virtualenvs/chois_jupyter/bin/python3.5
  11. Also creating executable in /Users/Chois/.virtualenvs/chois_jupyter/bin/python
  12. ERROR: The executable /Users/Chois/.virtualenvs/chois_jupyter/bin/python3.5 is not functioning
  13. ERROR: It thinks sys.prefix is '/Users/Chois/.virtualenvs' (should be '/Users/Chois/.virtualenvs/chois_jupyter')
  14. ERROR: virtualenv is not compatible with this system or executable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement