如果加入PATH路徑每次都會消失

export PATH="/home/desktop/anaconda3/bin:$PATH"

所以可以加入

vi ~/.bashrc

加入最下面後

source ~/.bashrc

就好了