I'm attempting to install and run this github project, and have installed Python 3.10 on my Windows 10 PC, and added it to the PATH.
When I go to start running it, it searches for a Python installation and instead of locating Python 3.10, it looks in "C:\Users\username\anaconda3\python.exe", however, I have uninstalled Anaconda, deleted its folder, and removed it from my PATH environment variables. I have also added Python 3.10 to the top of my PATH variable, and restarted my computer, however it still appears to be referencing this old Anaconda install.
Is there another location Anaconda may still be installed/referenced besides the environment PATH variable, and the folder it was previously contained in?
What I have tried:
- Uninstalling and deleting Anaconda.
- Restarting the PC.
- Installing Python 3.10, and adding it to PATH.
- Updating PATH variables to point to Python 3.10, and removing Anaconda3 from there.