I'm trying to use different versions of python
on win7
, and I was told that I can use the python laucher
.
I find the docs for it: https://docs.python.org/3/using/windows.html#launcher
But I don't know where is it. Someone say its called py.exe
, but there is no file with this name on my computer.
I installed python 3.4.3
with Anaconda
, https://store.continuum.io/cshop/anaconda/, comes with Scipy
===========
UPDATE:
Since there is no python launcer
in Anacoda
, how can I re-install it? Or if there is better way of using different version on Win7
?