Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. $ virtualenv test -p python2.7
  2. Running virtualenv with interpreter /usr/bin/python2.7
  3. New python executable in test/bin/python2.7
  4. Also creating executable in test/bin/python
  5. Traceback (most recent call last):
  6. File "/home/eliu/.dotfiles/test/lib/python2.7/site.py", line 67, in <module>
  7. import os
  8. File "/home/eliu/.dotfiles/test/lib/python2.7/os.py", line 398, in <module>
  9. import UserDict
  10. File "/home/eliu/.dotfiles/test/lib/python2.7/UserDict.py", line 83, in <module>
  11. import _abcoll
  12. File "/home/eliu/.dotfiles/test/lib/python2.7/_abcoll.py", line 11, in <module>
  13. from abc import ABCMeta, abstractmethod
  14. File "/home/eliu/.dotfiles/test/lib/python2.7/abc.py", line 8, in <module>
  15. from _weakrefset import WeakSet
  16. ImportError: No module named _weakrefset
  17. ERROR: The executable test/bin/python2.7 is not functioning
  18. ERROR: It thinks sys.prefix is '/home/eliu/.dotfiles' (should be '/home/eliu/.dotfiles/test')
  19. ERROR: virtualenv is not compatible with this system or executable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement