Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. virtualenv --python=Python3.4 env
  2.  
  3. Running virtualenv with interpreter /Library/Frameworks/Python.framework/Versions/3.4/bin/Python3.4
  4. Using base prefix '/Library/Frameworks/Python.framework/Versions/3.4'
  5. New python executable in env/bin/Python3.4
  6. Also creating executable in env/bin/python
  7. Traceback (most recent call last):
  8. File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/virtualenv.py", line 2363, in <module>
  9. main()
  10. File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/virtualenv.py", line 832, in main
  11. symlink=options.symlink)
  12. File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/virtualenv.py", line 994, in create_environment
  13. site_packages=site_packages, clear=clear, symlink=symlink))
  14. File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/virtualenv.py", line 1450, in install_python
  15. raise e
  16. File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/virtualenv.py", line 1442, in install_python
  17. stdout=subprocess.PIPE)
  18. File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/subprocess.py", line 859, in __init__
  19. restore_signals, start_new_session)
  20. File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/subprocess .py", line 1457, in _execute_child
  21. raise child_exception_type(errno_num, err_msg)
  22. OSError: [Errno 62] Too many levels of symbolic links
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement