Conda has been installed - but can't be found file
Could pls anyone help: I have installed Miniconda as the way: wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh than I see this file now in terminal via ls -la -rw-rw-r-- 1 spectre spectre 66709754 jul 21 19:13 Miniconda3-latest-Linux-x86_64.sh but when I ask "conda env" conda: did not found
Does this mean that Miniconda was not installed? Or how to activate it? I already closed and opened terminal once more.
Thanks in advance,
• 1,132 views
•
link
1 answer
You downloaded the installer, but did not install conda itself. Type:
./Miniconda3-latest-Linux-x86_64.sh
...and follow the instructions on screen.
• 0 views
•
link
Log in to answer this question.