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

Bulk package updates using Conda

You want conda update –all. conda search –outdated will show outdated packages, and conda update –all will update them (note that the latter will not update you from Python 2 to Python 3, but the former will show Python as being outdated if you do use Python 2).

anaconda update all possible packages?

TL;DR: dependency conflicts: Updating one requires (by it’s requirements) to downgrade another You are right: conda update –all is actually the way to go1. Conda always tries to upgrade the packages to the newest version in the series (say Python 2.x or 3.x). Dependency conflicts But it is possible that there are dependency conflicts (which … Read more

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