I usually use pyenv x virtualenv, but I had the opportunity to use anaconda as well, so as a memorandum.
echo ". /home/<user>/anaconda3/etc/profile.d/conda.sh" >> ~/.bashrc
As
source ~/.bashrc
After doing
conda activate <name>
Just say.
Recommended Posts