MobaXterm has problems such as X11-forwarding: ✘ (disabled or not supported by server) and conda: command not found

x11-forwarding disabled solution - 3L_csdn's Blog - CSDN Blog

How to install X11/xorg?

https://www.cnblogs.com/yun-qi/p/16201843.html
How to solve xauth: unable to generate an authority file name when using x11vnc in Ubuntu? _Alfred Ji's Blog - CSDN Blog
https://huaweicloud.csdn.net/63560f56d3efff3090b5943d.html?spm=1001.2101.3001.6650.18&utm_medium=distribute.pc_relevant.none-task-blog-2~default~BlogCommendFromBai du~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 Solution_Vincent__Lai's blog - CSDN blog

 Questions are as follows

 Install 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

The above question may not be the point~~

Use MobaXterm to enter conda and find an error: conda: command not found

# 配置~/.bashrc文件(但是要注意地址!!!)
echo export PATH=/home/aa/anaconda3/bin:\$PATH >> ~/.bashrc
# 然后保存更改,运行(若重新打开的MobaXterm窗口,再次出现conda: command not found,则需要重新运行该步骤)
source ~/.bashrc
# 再运行
conda info --envs

success! The command not found that was reported before can now be used! All the best! !

おすすめ

転載: blog.csdn.net/weixin_58269397/article/details/130009451