ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/pyzmq-18.0.2.dist-info'
Consider using the --user
option or check the permissions.
Asked
Active
Viewed 383 times
0
1 Answers
0
the webapps work just fine : https://jupyter.org/try
but if you inisist on having it offline here's a guide
download this : https://repo.anaconda.com/archive/Anaconda3-2019.03-Linux-x86_64.sh
in a terminal :
cd Downloads
sudo apt install -y libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6
sudo ./Anaconda3-2019.03-Linux-x86_64.sh
jupyter notebook

tatsu
- 3,107
sudo
/ as root? – Melebius Jul 03 '19 at 07:52