Hi guys, I'm new to Linux so bear with me.
I have some projects to do so iinstalled VSCode, and new to this as well, I must have install several versions of Python or something because now there are several Python environments, most of them redundant. The only ones I use are the 'opencv-env' and the 'Global env' if needed.
I want to delete the rest, but having difficulty doing so. Going to the files themselves seem to be read-only files and so deleting them is not psosible. I tried changing them to read and write only using:
'sudo chmod u+w python'
That did not manage to do anything new since I can see moe details but not edit it at all. I am unsure now if all these versions are actually required for Bazzite as an OS.
How would I approach this?