I have some scripts that are old and won't work under python2 and at the same time I am writing new scripts which will use python3. However, if python 2 and 3 cannot co-exist in a windows box it will be impossible to transition What I try:- remove all pythons and launchers- Use windows installer and install python2 in python27 directory- Use windows installer and install python3 in python310 directory- When installing python3 I opt in to install the launcher- Test with py -2 and py -3 and see that I get the expected prompt- just typing python gets me python2 -- https://mail.python.org/mailman/listinfo/python-list
- How to have python 2 and 3 both on windows? Sunil KR via Python-list
- Re: How to have python 2 and 3 both on windo... Barry
- Re: How to have python 2 and 3 both on w... Gisle Vanem
- Re: How to have python 2 and 3 both ... Mats Wichmann
- Re: How to have python 2 and 3 both ... Barry
- Re: How to have python 2 and 3 both on w... Sunil KR via Python-list
- Re: How to have python 2 and 3 both ... Dennis Lee Bieber
- Re: How to have python 2 and 3 b... Sunil KR via Python-list
- Re: How to have python 2 and 3 both ... Peter J. Holzer
- Re: How to have python 2 and 3 both ... Eryk Sun
- Re: How to have python 2 and 3 both on windo... Sunil KR via Python-list