Advertisement
Guest User

Untitled

a guest
Jan 8th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. Susans-MacBook-Pro:Intro_Jython susantan$ /Users/susantan/jython2.7b1/bin//virtualenv -p jython susan_env_jy
  2. Already using interpreter /Users/susantan/jython2.7b1/bin/jython
  3. Cannot find file /Users/susantan/jython2.7b1/Include (bad symlink)
  4. New jython executable in susan_env_jy/bin/jython
  5. Installing setuptools........
  6. Complete output from command /Users/susantan/work...an_env_jy/bin/jython -c "#!python
  7. \"\"\"Bootstra...sys.argv[1:])
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14. " /Users/susantan/work...ols-0.6c11-py2.7.egg:
  15. Downloading http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg
  16. Traceback (most recent call last):
  17. File "<string>", line 278, in <module>
  18. File "<string>", line 212, in main
  19. ImportError: No module named setuptools
  20. ----------------------------------------
  21. ...Installing setuptools...done.
  22. Traceback (most recent call last):
  23. File "/Users/susantan/jython2.7b1/bin//virtualenv", line 8, in <module>
  24. sys.exit(
  25. File "/Users/susantan/work/Intro_Jython/virtualenv.py", line 970, in main
  26. create_environment(home_dir,
  27. File "/Users/susantan/work/Intro_Jython/virtualenv.py", line 1090, in create_environment
  28. install_setuptools(py_executable, unzip=unzip_setuptools,
  29. File "/Users/susantan/work/Intro_Jython/virtualenv.py", line 610, in install_setuptools
  30. _install_req(py_executable, unzip,
  31. File "/Users/susantan/work/Intro_Jython/virtualenv.py", line 579, in _install_req
  32. call_subprocess(cmd, show_stdout=False,
  33. File "/Users/susantan/work/Intro_Jython/virtualenv.py", line 1055, in call_subprocess
  34. raise OSError(
  35. OSError: Command /Users/susantan/work...an_env_jy/bin/jython -c "#!python
  36. \"\"\"Bootstra...sys.argv[1:])
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. " /Users/susantan/work...ols-0.6c11-py2.7.egg failed with error code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement