I hope someone can help me here.
I have been playing with python for a bit, and up until a few minutes ago I had Python 3.9 installed and a few scripts that I had written working.
I just found something interesting on the net and it seems to be wrapped up tightly in Anaconda and given that Anaconda has python in it, it seemed silly to keep both, so I got rid of python. I did click on the thing to register Anaconda as my default Python 3.9, but opening up a new CMD window and typing python, python was not foundā¦
I went ahead and found where anaconda is installed and saw python so I added that to my path, and now I can get python to kick over. Yippie.
Howeverā¦ I had a few things added to my python (I really need to learn how to use envs to I donāt create one big mess again moving forward, but that is for another day.) I have learned that pip is not part of anaconda, it uses conda. Ok, fine, but I can not find a conda executable to run from the command line.
Was I wrong in assuming that the python in Anaconda can be use like a stand alone version of python? I donāt care what the library package manager is, as long as I can use it.
Can someone please help set me in the right direction? I want to be able to click on my python script and have it run like it used toā¦