I installed Miniconda 3, then I tried to run python python -i
. Because python
didn't work.
the next warning appeared
Warning: This Python interpreter is in a conda environment, but the environment has not been activated. Libraries may fail to load. To activate this environment please see https://conda.io/activation
So, I went on to activate it, using source /c/Users/myUserName/Miniconda3/Scripts/activate base
, and ran python again, it worked well.
But each time I close the terminal and open it again, the same warning message appears, which has me to activate the environment again.
What am I missing?