conda environment has no name visible in conda env list – how do I activate it at the shell?

Name-based reference of Conda environments only works for environments located in one of the directories listed in the envs_dirs configuration option (see conda config –describe envs_dirs). By default this corresponds to the envs/ subdirectory in the Conda installation. If you create an env outside of one of these directories, then you cannot use a name … Read more

How to activate conda environment from powershell?

You don’t need Admin permission. Once you install Anaconda or Miniconda on Windows, open a Anaconda Powershell Prompt from Start Menu. Or, If you don’t see it there, then assuming you have installed miniconda3 at path C:\miniconda3\4.9.2, do: powershell -ExecutionPolicy ByPass -NoExit -Command “& ‘C:\miniconda3\4.9.2\shell\condabin\conda-hook.ps1’ ; conda activate ‘C:\miniconda3\4.9.2’ ” Now try: conda init powershell … Read more

Mac using default Python despite Anaconda install

The first matching executable is the one that is run. From what I can gather you are concatenating your PATH variable in such a way that: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin comes before: $HOME/anaconda/bin So make sure that the anaconda directory is the first one, meaning that it will have precedence: export PATH=”$HOME/anaconda/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:$PATH”

Why Anaconda does not recognize conda command?

For Windows Go to Control Panel\System and Security\System\Advanced System Settings then look for Environment Variables. Your user variables should contain Path=Path\to\Anaconda3\Scripts. You need to figure where your Anaconda3 folder is (i.e. the path to this folder) . Mine was in C:\Users. For Linux You need to add conda to PATH. To do so, type: export … Read more

How to install Anaconda on RaspBerry Pi 3 Model B

Installing Miniconda on Raspberry Pi and adding Python 3.5 / 3.6 Skip the first section if you have already installed Miniconda successfully. Installation of Miniconda on Raspberry Pi wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-armv7l.sh sudo md5sum Miniconda3-latest-Linux-armv7l.sh sudo /bin/bash Miniconda3-latest-Linux-armv7l.sh Accept the license agreement with yes When asked, change the install location: /home/pi/miniconda3 Do you wish the installer to … Read more

Anaconda not found in ZSh?

Altough I cannot test it on a Mac, (I have a Linux Zsh installed) this should work for you as well: Just execute /(your conda installation path)/bin/conda init zsh and restart your zsh shell. The init command will change your ~/.zshrc file accordingly, setting your PATH correctly and slightly change the PS1 (which is was … Read more

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