This is pywin32 mailing list, but generally you can use virtualenv or conda
environments to manage your multiple Python versions from the command-line.
Note that PTVS provides convenient ways to add multiple environments to the
same Python project from Visual Studio user interface.
In essence all these tools rely on "shadowing" the inactive Python paths by
prepending active Python paths to the %PATH% environment variable.

On Sun, Oct 8, 2017 at 9:43 AM, Damien Sykes-Lindley <
dam...@dcpendleton.plus.com> wrote:

> Hi,
> Is there any documentation I need to look at if I intend to use Python 2
> and 3 on the same Windows machine? Specifically, how to switch versions,
> how to install things with Pip without causing conflicts etc.
> I can find such notes describing its use on a Linux system, but nothing
> for Windows.
> I understand they can at least coexist on the same machine without issues
> (thanks to different pathnames etc), but beyond that I haven’t a clue.
> Cheers.
> Damien.
>
> _______________________________________________
> python-win32 mailing list
> python-win32@python.org
> https://mail.python.org/mailman/listinfo/python-win32
>
>
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to