Linux安裝anaconda的步驟:
下載anaconda的安裝包,后綴名為.sh,然后在root用戶下執(zhí)行bash XXX.sh
Linux配置anaconda環(huán)境變量:
1、命令的路徑在root/anaconda3/bin;
2、通過vim /etc/profile,在文件的末尾添加
PATH=$PATH:/ root/anaconda3/bin
export PATH
3、source /etc/profile或者./profile
Linux安裝anaconda的步驟:
下載anaconda的安裝包,后綴名為.sh,然后在root用戶下執(zhí)行bash XXX.sh
Linux配置anaconda環(huán)境變量:
1、命令的路徑在root/anaconda3/bin;
2、通過vim /etc/profile,在文件的末尾添加
PATH=$PATH:/ root/anaconda3/bin
export PATH
3、source /etc/profile或者./profile