使用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
使用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
本文标题:anaconda 使用root安装普通用户如何使用
本文链接:https://www.haomeiwen.com/subject/kfuikrtx.html
网友评论