Using Anaconda3 under Ubuntu, conda: command not found

When using Anaconda, the following situation occurs:

fengchi863@fengchi863:~$ conda list
conda:未找到命令

This is also not the case if tensorflow is installed using Anaconda3 import tensorflow as tf.

The reason is because you need to run a command after each boot:

export PATH=~/anaconda3/bin:$PATH

Then run conda listthe test again and pass.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325397239&siteId=291194637