# 以下全程开启管理员权限 # 将自己路径下的安装包复制到新用户路径下 sudo cp Anaconda3-2023.03-1-Linux-x86_64.sh /nvme4/home/newuser
# 运行(全程选“yes”) sudo sh /nvme4/home/newuser/Anaconda3-2023.03-1-Linux-x86_64.sh
# 刷环境 sudo cp .bashrc /nvme4/home/newuser/.bashrc
# 根据具体情况修改 vi .bashrc source .bashrc
|