Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.84 KB | None | 0 0
  1. gfbot@gfbot-VirtualBox:~/Escritorio/compa/helios-server$ virtualenv env
  2. Running virtualenv with interpreter /usr/bin/python2
  3. New python executable in /home/gfbot/Escritorio/compa/helios-server/env/bin/python2
  4. Also creating executable in /home/gfbot/Escritorio/compa/helios-server/env/bin/python
  5. Traceback (most recent call last):
  6.   File "/usr/lib/python3/dist-packages/virtualenv.py", line 2363, in <module>
  7.     main()
  8.   File "/usr/lib/python3/dist-packages/virtualenv.py", line 719, in main
  9.     symlink=options.symlink)
  10.   File "/usr/lib/python3/dist-packages/virtualenv.py", line 942, in create_environment
  11.     site_packages=site_packages, clear=clear, symlink=symlink))
  12.   File "/usr/lib/python3/dist-packages/virtualenv.py", line 1400, in install_python
  13.     os.symlink(py_executable_base, full_pth)
  14. OSError: [Errno 30] Read-only file system
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement