So I disabled the manage app execution for python 3.10, created the py.ini
file and executed setx.exe PY_PYTHON 3.8,setx.exe PY_PYTHON3 3.8.
After that i uninstalled 3.8 and reinstalled and now the version is showing
correctly.
Thanks everyone for the help.
Thanks
Sumeet
On Sat, 1 Apr 2023
On 4/1/23, Barry Scott wrote:
>
> I find user environment on windows to be less flexible to work with then
> adding a py.ini. On my Windows 11 I added
> %userprofile%\AppData\Local\py.ini.
> To make python 3.8 the default that py.exe uses put this in py.ini:
>
> [defaults]
> python=3.8-64
> python
> On 31 Mar 2023, at 22:02, Eryk Sun wrote:
>
>
> The OP installed the standard Python 3.8 distribution, which does
> install the launcher by default. The launcher can run all installed
> versions, including store app installations. By default it runs the
> highest available version, which wi
On 3/31/23, Thomas Passin wrote:
>
> The store app doesn't install py.exe, does it?
That's a significant downside of the store app. You can install Python
3.7-3.11 from the store, and run them explicitly as "python3.7.exe",
"pip3.7.exe", "python3.11.exe", "pip3.11.exe", etc. But without the
launc
On 3/31/2023 2:18 PM, Eryk Sun wrote:
On 3/31/23, Sumeet Firodia wrote:
One more thing is that pip --version also refers to python 3.10
C:\Users\admin>pip --version
pip 23.0.1 from
C:\Users\admin\AppData\Local\Packages
\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0
\LocalCache\local-pack
On 3/31/23, Sumeet Firodia wrote:
>
> One more thing is that pip --version also refers to python 3.10
>
> C:\Users\admin>pip --version
> pip 23.0.1 from
> C:\Users\admin\AppData\Local\Packages
> \PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0
> \LocalCache\local-packages\Python310\site-package
On 3/31/2023 8:27 AM, Sumeet Firodia wrote:
Hi Barry,
This is getting more complicated.
As per the command you shared, below is the output
C:\Users\admin>py -3.8 -m pip --version
pip 19.2.3 from
C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\site-packages\pip
(python 3.8)
For pip --
Hi Barry,
This is getting more complicated.
As per the command you shared, below is the output
C:\Users\admin>py -3.8 -m pip --version
pip 19.2.3 from
C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\site-packages\pip
(python 3.8)
For pip --version below is the output
C:\Users\admin>pi
> On 31 Mar 2023, at 09:33, Sumeet Firodia wrote:
>
> Thanks Barry.
>
> One more thing is that pip --version also refers to python 3.10
>
> C:\Users\admin>pip --version
> pip 23.0.1 from
> C:\Users\admin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\lo
Thanks Barry.
One more thing is that pip --version also refers to python 3.10
C:\Users\admin>pip --version
pip 23.0.1 from
C:\Users\admin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pip
(python 3.10)
The issue here i
On 3/30/2023 10:17 AM, Sumeet Firodia wrote:
Hi Team,
I have installed Python 3.8 for Snowpark but when I check the version in
command prompt it shows me Python 3.10.10.
C:\Users\admin>python --version
Python 3.10.10
Also when I try to uninstall 3.10 it says no such version is installed.
C:\
> On 30 Mar 2023, at 15:17, Sumeet Firodia wrote:
>
>>
>> Hi Team,
>>
>> I have installed Python 3.8 for Snowpark but when I check the version in
>> command prompt it shows me Python 3.10.10.
>>
>> C:\Users\admin>python --version
>> Python 3.10.10
Try this:
py -3.8
And this to list all v
>
> Hi Team,
>
> I have installed Python 3.8 for Snowpark but when I check the version in
> command prompt it shows me Python 3.10.10.
>
> C:\Users\admin>python --version
> Python 3.10.10
>
> Also when I try to uninstall 3.10 it says no such version is installed.
>
> C:\Users\admin>pip uninstall py
13 matches
Mail list logo