On Fri, 2 Feb 2018 10:11:19 -0800 (PST)
"Edward K. Ream" <edream...@gmail.com> wrote:

> My original system contains c:\Anaconda2 and c:\Anaconda3.  I
> installed virtualenv with both pip2 and pip3.

Hmm, if Anaconda's the source of Python on your system, not sure if it
makes sense to install virtualenv "in" Anaconda.  conda can manage
environments itself, like virtualenv, and I'd expect things to get
weird if you mix them.  On a linux system with a "system" python I
think you can use virtualenv and conda environments side by side, which
is different than one in the other.

> I did a virtualenv c:\Env\Test which only partially worked as
> expected.  No scripts were installed.  No obvious way to do
> deactivate.

Exit the shell and start a new one?

> Worse, C:\Anaconda3 no longer contains python.exe.  My paths look
> unchanged.
> 
> This is totally unacceptable.  Does anyone have any ideas what might
> be happening?

Guess I'd google "virtualenv in (ana)conda"

But unless you really need virtualenv for something, use conda
environments:

https://conda.io/docs/user-guide/tasks/manage-environments.html

If you end up rebuilding, I would not install anaconda at all, just
miniconda.  You don't need Python 2 and Python 3 installs, as both
Python 2 and Python 3 installs can create environments that use the
other version of Python, i.e. a Python 3 environment can be created by
Python 2 based conda, and visa versa.

Good luck.

Cheers -Terry

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to