"Running virtualenv with interpreter /usr/bin/python2
New python executable in /mnt/hgfs/VM_share/combine/venv/bin/python2
Also creating executable in /mnt/hgfs/VM_share/combine/venv/bin/python
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/virtualenv.py", line 2363, in <module>
main()
File "/usr/lib/python3/dist-packages/virtualenv.py", line 719, in main
symlink=options.symlink)
File "/usr/lib/python3/dist-packages/virtualenv.py", line 942, in create_environment
site_packages=site_packages, clear=clear, symlink=symlink))
File "/usr/lib/python3/dist-packages/virtualenv.py", line 1400, in install_python
os.symlink(py_executable_base, full_pth)
OSError: [Errno 95] Operation not supported"
Problems of Python 2 and 3? Any help is greatly appreciated.
After following the install instructions virtualenv venv on Ubuntu 16.04.4 leading to this issue:
Problems of Python 2 and 3? Any help is greatly appreciated.