python - Conda can't activate environment -


microsoft windows [version 6.1.7601] copyright (c) 2009 microsoft corporation.  rights reserved.  c:\users>conda env list # conda environments: # deepdream                    c:\users\appdata\local\continuum\anaconda32\env s\deepdream pd16.2                     c:\users\appdata\local\continuum\anaconda32\env s\pd16.2 root                  *  c:\users\appdata\local\continuum\anaconda32   c:\users>activate deepdream no environment named "deepdream" exists in c:\users\appdata\local\continuum\anaconda32\envs  c:\users> 

i've made environment deepdream code , i'm unable activate through command prompt. seems conda recognizes environment, activating fails

any ideas?

i don't know why, folder containing environments env conda looking folder called envs - have 2 options:

  1. rename env folder envs
  2. set conda_envs_path environment variable point path.

Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -