linux 下安装anaconda

1、解压Anaconda3-4.2.0.zip

unzip Anaconda3-4.2.0.zip
2、启动jupyter

/home/qmjkdw/soft/Anaconda3-4.2.0/bi
./jupyter notebook  --ip=0.0.0.0  --port=8866  --notebook-dir=/home/qmjkdw/workspaces/jupyter/
3、挂在到后台运行

nohup ./jupyter notebook  --ip=0.0.0.0 --port=8866 --notebook-dir=/home/qmjkdw/workspaces/jupyter/ &
4、查询后台运行的jupyter 

ps -ef | grep qmjkdw | grep jupyter





猜你喜欢

转载自blog.csdn.net/xuefenxi/article/details/79036421
今日推荐