anaconda 使用root安装普通用户如何使用
2022-02-08 本文已影响0人
thirsd
使用root用户,安装anaconda至 /root/anaconda目录下。而普通用户thirsd没有访问呢权限
# 使用root用户
chmod o+x /root/anaconda3/bin/*
chmod o+rx /root/
# 使用thirsd用户
/root/anaconda3/bin/conda init bash
source ~/.bashrc
# 使用thirsd用户,验证可用性
conda