How to create conda env with both name and path specified

create a folder wherever you want to keep you environment files, inside the folder run: conda create –prefix=yourenvname When you wish to use this env, move to the folder in which you ran the previous command and do: source activate yourenvname Or You can run: conda create –prefix=path/yourenvname This will create environment named “yourenvname” in … Read more

resetting conda channel priorities

Change the order from ~/.condarc so that defaults the first channel as channels: – defaults – conda-forge and add this line to it channel_priority: true or run the following code in command-line conda config –set channel_priority true then again run conda update –all Good Luck Edited for new versions of conda. According to conda doc … Read more

Cannot run source activate with conda in Fish-shell

As of fish 2.6.0 conda 4.3.27: the following steps may change as issue is addressed update config Take note of your conda‘s location conda info –root /Users/mstreeter/anaconda # this is my <PATH_TO_ROOT> Add line to ~/.config/fish/config.fish source <PATH_TO_ROOT>/etc/fish/conf.d/conda.fish update convention Typically you’d run the following from bash source activate <environment> source deactivate <environment> Now you … Read more

Anaconda navigator VERY slow

I had the same problem. My issue was the ssl verification as I assume my workplace has done something with Firewall or etc. So I took the following two steps to fix it: – open command prompt (cmd.exe) – You can see the list of conda settings: conda config –show – Disable the ssl verification: … Read more

why does conda update downgrade some libraries

It’s a compatibility issue. Anaconda is a stable set of packages. When you update Anaconda, you update to this stable list. However, when you update individual packages, they might cause incompatibility issues with the rest of the Anaconda distribution so they aren’t considered stable. That’s why when you use conda update –all, it gets you … Read more

What is the right way to update Anaconda and Conda base & environments?

You’re not doing anything wrong per se, but it just doesn’t make much sense to ever run conda update anaconda and conda update –all right after each other on the same env – they represent two completely different configurations. Update Anaconda Anaconda is a Python distribution that bundles together a ton of packages. Presumably, a … Read more

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