I recently downloaded anaconda and added it to the environment variables following the question below: anaconda - path environment variable in windows.
I added it as
C:\Users\My_User\Anaconda3
The thing is, I've been trying to install some packages using either pip or conda without luck.
For instance:
pip install seaborn
Return the following
Does somebody know how can I enable package installation either through pip or conda?
I'm very new to executing commands through cmd and couldn't figure out a better way to type my question, sorry about that