Python Forum
How to Uninstall Python 3.10?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Uninstall Python 3.10?
#3
Just delete the folder the C:\Python310,it's no problem at all.
That there some tracers in registry is no problem,can run registry cleaner like in CCleaner,but not needed at all.
Windows see Python trough windows environment path, so that may bee to change to Pythonn 3.11.
py can be used to find/run all verisons,i have some as you see.
G:\div_code
λ py --list
 -V:3.11 *        Python 3.11 (64-bit)
 -V:3.10          Python 3.10 (64-bit)
 -V:3.9           Python 3.9 (64-bit)
 -V:3.8           Python 3.8 (64-bit)
 -V:3.7-32        Python 3.7 (32-bit)
 -V:3.6-32        Python 3.6 (32-bit)
 -V:3.5-32
 -V:3.4
 -V:2.7
 -V:2.1
 -V:ContinuumAnalytics/Anaconda39-64 Anaconda py39_4.9.2
 -V:ContinuumAnalytics/Anaconda37-64 Anaconda 4.7.12
 -V:ContinuumAnalytics/Anaconda36-32 Anaconda 4.3.14
(Dec-22-2022, 03:53 PM)Larz60+ Wrote: I use pyenv, which allows you to very simply install as many versions of python as you wish.
pyenv is more for Linux/Mac Larz60,there is a Windows versions have not tried it.
Use of py(get installed when install Python) is easy to use on Windows.
G:\div_code
λ py --help
Python Launcher for Windows Version 3.11.0

usage:
py [launcher-args] [python-args] [script [script-args]]

Launcher arguments:
-2     : Launch the latest Python 2.x version
-3     : Launch the latest Python 3.x version
-X.Y   : Launch the specified Python version

The above default to an architecture native runtime, but will select any
available. Add a "-32" to the argument to only launch 32-bit runtimes,
or add "-64" to omit 32-bit runtimes (this latter option is deprecated).

To select a specific runtime, use the -V: options.

-V:TAG         : Launch a Python runtime with the specified tag
-V:COMPANY/TAG : Launch a Python runtime from the specified company and
                 with the specified tag

-0  --list       : List the available pythons
-0p --list-paths : List with paths
--------- ect
Larz60+ likes this post
Reply


Messages In This Thread
How to Uninstall Python 3.10? - by xytsrm - Dec-22-2022, 03:39 PM
RE: How to Uninstall Python 3.10? - by Larz60+ - Dec-22-2022, 03:53 PM
RE: How to Uninstall Python 3.10? - by snippsat - Dec-22-2022, 05:31 PM
RE: How to Uninstall Python 3.10? - by xytsrm - Dec-22-2022, 08:51 PM
RE: How to Uninstall Python 3.10? - by snippsat - Dec-23-2022, 12:47 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  should I uninstall anaconda? abrogard 0 2,668 Oct-27-2020, 01:42 AM
Last Post: abrogard
  How uninstall IDLE? NisseMax 4 8,287 Jun-06-2020, 08:18 PM
Last Post: perfringo
  Is there a method to completely uninstall on macOS? mjcsb 2 2,316 Jan-08-2020, 07:23 AM
Last Post: perfringo
  Uninstall Python-3.5 source xion824 3 4,584 Dec-21-2018, 08:18 PM
Last Post: metulburr
  No Uninstall Option in Pyton 3.6 Aidan 2 8,725 Jan-29-2017, 01:36 AM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020