Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. pip install ipython
  2.  
  3. pip install "ipython[notebook]"
  4.  
  5. Downloading/unpacking ipython
  6. Downloading ipython-2.3.1-py27-none-any.whl (2.8MB): 2.8MB downloaded
  7. Installing collected packages: ipython
  8. Cleaning up...
  9. Exception:
  10. Traceback (most recent call last):
  11. File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
  12. status = self.run(options, args)
  13. File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 283, in run
  14. requirement_set.install(install_options, global_options, root=options.root_path)
  15. File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1435, in install
  16. requirement.install(install_options, global_options, *args, **kwargs)
  17. File "/usr/lib/python2.7/dist-packages/pip/req.py", line 671, in install
  18. self.move_wheel_files(self.source_dir, root=root)
  19. File "/usr/lib/python2.7/dist-packages/pip/req.py", line 901, in move_wheel_files
  20. pycompile=self.pycompile,
  21. File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 206, in move_wheel_files
  22. clobber(source, lib_dir, True)
  23. File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 193, in clobber
  24. os.makedirs(destsubdir)
  25. File "/usr/lib/python2.7/os.py", line 157, in makedirs
  26. mkdir(name, mode)
  27. OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/IPython'
  28.  
  29. Storing debug log for failure in /home/username/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement