Conda command is not recognized on Windows 10

In Windows, you will have to set the path to the location where you installed Anaconda3 to. For me, I installed anaconda3 into C:\Anaconda3. Therefore you need to add C:\Anaconda3 as well as C:\Anaconda3\Scripts\ to your path variable, e.g. set PATH=%PATH%;C:\Anaconda3;C:\Anaconda3\Scripts\. You can do this via powershell (see above, https://msdn.microsoft.com/en-us/library/windows/desktop/bb776899(v=vs.85).aspx ), or hit the windows … Read more

Combining conda environment.yml with pip requirements.txt

Pip dependencies can be included in the environment.yml file like this (docs): # run: conda env create –file environment.yml name: test-env dependencies: – python>=3.5 – anaconda – pip – numpy=1.13.3 # pin version for conda – pip: # works for regular pip packages – docx – gooey – matplotlib==2.0.0 # pin version for pip # … Read more

How to change default Anaconda python environment

If you just want to temporarily change to another environment, use source activate environment-name ETA: This may be deprecated. I believe the current correct command is: source conda activate environment-name (you can create environment-name with conda create) To change permanently, there is no method except creating a startup script that runs the above code. Typically … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)