linux 非root用户 安装 anaconda 与 jupyter

安装 anaconda 与 jupyter
anaconda
下载
wget https://repo.anaconda.com/archive/Anaconda3-2020.11-Linux-x86_64.sh

安装
sh Anaconda3-2020.11-Linux-x86_64.sh

配置环境变量
vim .bashrc

在末尾添加
export PATH=/home/tom/anaconda3/bin:$PATH

环境变量立马生效
source .bashrc

jupyter
安装
pip install jupyterlab

配置
生成配置文件
jupyter lab --generate-config

设置密码,获取密文 python3
from notebook.auth import passwd
passwd()
Enter passw

linux 非root用户 安装 anaconda 与 jupyter最先出现在Python成神之路

版权声明:
作者:感冒的梵高
链接:https://www.techfm.club/p/9755.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>