Issue
I am trying to install the Jupyter Notebook.
I followed the instructions on the Jupyter website, namely those passing through pip
:
pip install jupyter
But halfway through the process I get the following error:
Storing debug log for failure in /home/user/.pip/pip.log
Can someone help?
Python version:2.7.6
OS: Ubuntu 14.04.3 LTS
Solution
It works by just doing it as root:
sudo pip install jupyter
Answered By - johnhenry
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.