Ubuntu Pastebin

Paste from python problem in ubuntu at Tue, 31 Oct 2017 15:18:22 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 virtualenv .
Using base prefix '/home/boo/anaconda3'
New python executable in /home/boo/code/lumej/bin/python
Traceback (most recent call last):
  File "/home/boo/anaconda3/bin/virtualenv", line 11, in <module>
    sys.exit(main())
  File "/home/boo/.local/lib/python3.6/site-packages/virtualenv.py", line 713, in main
    symlink=options.symlink)
  File "/home/boo/.local/lib/python3.6/site-packages/virtualenv.py", line 925, in create_environment
    site_packages=site_packages, clear=clear, symlink=symlink))
  File "/home/boo/.local/lib/python3.6/site-packages/virtualenv.py", line 1231, in install_python
    shutil.copyfile(executable, py_executable)
  File "/home/boo/anaconda3/lib/python3.6/shutil.py", line 121, in copyfile
    with open(dst, 'wb') as fdst:
OSError: [Errno 40] Too many levels of symbolic links: '/home/boo/code/lumej/bin/python'
Download as text