Run command to select python
sudo update-alternatives --config python
If it gives an error, run the command
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.5 1
Note- you can change the correct python version - /usr/bin/python3.5 1
sudo update-alternatives --config python
If it gives an error, run the command
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.5 1
Note- you can change the correct python version - /usr/bin/python3.5 1
0 comments:
Post a Comment