x11-forwarding disabled解决办法_3L_csdn的博客-CSDN博客
如何安装X11 / xorg?
https://www.cnblogs.com/yun-qi/p/16201843.html
如何解决在Ubuntu中使用x11vnc时出现的xauth: unable to generate an authority file name?_Alfred Ji的博客-CSDN博客
https://huaweicloud.csdn.net/63560f56d3efff3090b5943d.html?spm=1001.2101.3001.6650.18&utm_medium=distribute.pc_relevant.none-task-blog-2~default~BlogCommendFromBaidu~activity-18-121566539-blog-121358884.235^v28^pc_relevant_t0_download&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2~default~BlogCommendFromBaidu~activity-18-121566539-blog-121358884.235^v28^pc_relevant_t0_download&utm_relevant_index=19
【Linux】conda: command not found解决办法_Vincent__Lai的博客-CSDN博客
问题如下
安装xorg-x11-xauth
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install xauth
sudo apt-get install xorg
sudo apt-get install openbox
上述问题可能不是重点~~
使用MobaXterm输入conda,发现报错:conda: command not found文章来源:https://uudwc.com/A/88Nq
# 配置~/.bashrc文件(但是要注意地址!!!)
echo export PATH=/home/aa/anaconda3/bin:\$PATH >> ~/.bashrc
# 然后保存更改,运行(若重新打开的MobaXterm窗口,再次出现conda: command not found,则需要重新运行该步骤)
source ~/.bashrc
# 再运行
conda info --envs
成功!之前报错的command not found现在都可以用了!皆大欢喜!!文章来源地址https://uudwc.com/A/88Nq