1

I recently uninstalled Python 3.12.1 using settings but the installation directory is still there, which was C:\Users\woskethebot\AppData\Local\Programs\Python\Python312.

The folder has the contents:

Python312
├───Lib
│   └───site-packages
│       ├───<insert site packages here>
└───Scripts
    └───__pycache__
    └───<insert files here>

Note: I am using Windows 11.

I uninstalled both Python launcher and Python 3.12.1 using Settings > Apps > Apps & features. I expected it to delete the entire Python folder. It only removed some stuff in the Python312 folder leaving the folders "Lib" and "Scripts" intact.

2
  • 3
    If you don't need them for anything and have not saved any of your own files there (you should not) then absolutely. Commented Jan 17, 2024 at 12:15
  • 4
    Installers generally only track files created by it, including the program itself, not including files through the program after the fact. Think of a word processor, it may be problematic if the uninstall program also deletes all the documents created through the word processor. Commented Jan 17, 2024 at 12:24

1 Answer 1

1

you can run this command to delete "Python312" in PowerShell

python.exe -m pip uninstall pip
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.