Python bot - Having some issues with the path

Jorge Ullrich

New member
Joined
Apr 11, 2024
Messages
11
Points
1
Hi there,
I had python 3.10 installed but was having issues so uninstalled python 3.10 and installed python 3.9.9

I added python 3.9.9 to the "path" in environment variables but the issue is that the bot is still looking for python 3.10 path,
So how do I change the path to 3.9.9 or how do I delete the path of python 3.10.
 

Tara Larson

New member
Joined
Apr 11, 2024
Messages
11
Points
1
I'm assuming you want to install globally
Have you tried editing "~/.bashrc" ?
What path does python show if you type cat ~/.bashrc
 
Top