How to activate an Anaconda environment

If this happens you would need to set the PATH for your environment (so that it gets the right Python from the environment and Scripts\ on Windows). Imagine you have created an environment called py33 by using: Here the folders are created by default in Anaconda\envs, so you need to set the PATH as: Now … Read more

How do I upgrade to Python 3.6 with conda?

Anaconda has not updated python internally to 3.6. a) Method 1 If you wanted to update you will type conda update python To update anaconda type conda update conda If you want to upgrade between major python version like 3.5 to 3.6, you’ll have to do conda install python=$pythonversion$ b) Method 2 – Create a new environment … Read more

Conda version pip install -r requirements.txt –target ./lib

To create an environment named py37 with python 3.7, using the channel conda-forge and a list of packages: Flags explained: -y: Yes, do not ask for confirmation. –force-reinstall: Install the package even if it already exists. -q: Quiet, do not display progress bar. -c: Channels, additional channels to search for packages. These are URLs searched in the … Read more

Anaconda vs. miniconda

The difference is that miniconda is just shipping the repository management system. So when you install it there is just the management system without packages. Whereas with Anaconda, it is like a distribution with some built in packages. Like with any Linux distribution, there are some releases which bundles lots of updates for the included … Read more

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