安装两个版本pytorch
安装两个版本的anaconda一、安装anaconda: 安装两个版本的pytorch ,需要安装两个anaconda(anaconda版本和pytorch 没有关系),本次需要安装pytorch0.2,下载anaconda为:Anaconda2-5.0.0-Linux-x86_64.sh,下载链接:https://mirrors.tuna.tsinghua.edu.cn/an...
安装两个版本的anaconda
一、安装anaconda:
安装两个版本的pytorch ,需要安装两个anaconda(anaconda版本和pytorch 没有关系),本次需要安装pytorch0.2,下载anaconda为:
Anaconda2-5.0.0-Linux-x86_64.sh,下载链接:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/或者https://repo.continuum.io/archive/index.html
1、bash Anaconda2-5.0.0-Linux-x86_64.sh
2、安装路径的文件夹必须提前不存在:/home/XX/local/anaconda2 (anaconda2提前不存在)
3、添加环境变量:export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/home/XXX/local/anacondaXXXXXX22/lib"
export PATH="/home/XXXXXX/local/anacondaXXXXXX2/bin:$PATH"
4、验证:输入python 进行python环境
输入import scipy ,没有报错则安装成功
二、安装pytorch
接下来安装pytorch 0.2.0:https://pytorch.org/get-started/previous-versions/
更多推荐
所有评论(0)