I try to download a library, create an env or even pdate but every time I do it seems like anaconda doesn't respond:
C:\Users\antoi\Documents\Programming\Scraping\Python>conda create --name truc_env python=3.7
Collecting package metadata (current_repodata.json): done
Solving environment: done
C:\Users\antoi\Documents\Programming\Scraping\Python>
And whether it's in the pycharm or anaconda terminal...
I can activate an environment but not install libraries:
(base) C:\Users\antoi>conda activate mod_env
(mod_env) C:\Users\antoi>conda install -c conda-forge cvxopt
Collecting package metadata (current_repodata.json): done
Solving environment: done
(mod_env) C:\Users\antoi>
Difference with sahasrara62's link
I am not installing a Virtualenvs plugin for SublimeText 3 and I'm not asked for virtualenvs path. I am trying to download a library.
Nevertheless here are the results prompted with the queries of the most upvoted question:
(mod_env) C:\Users\antoi\Documents\Programming\Scraping\Python>echo %CONDA_PREFIX%
C:\Users\antoi\.conda\envs\mod_env
(mod_env) C:\Users\antoi\Documents\Programming\Scraping\Python>where python
C:\Python27\python.exe
C:\Users\antoi\AppData\Local\Microsoft\WindowsApps\python.exe
Update
I tried to add it in the path as I thought I was using Anaconda 3 and as suggested here but it didn't worked
(mod_env) C:\Users\antoi>export PATH=~/anaconda3/bin:$PATH
'export' is not recognized as an internal or external command,
operable program or batch file.
So I verified the version of Anaconda
And now I guess I have a version problem?