Open Kowng opened 1 year ago
Incase anyone gets an error while running the Tools/environment_install/install-prereqs-ubuntu.sh -y command, open install-prereqs-ubuntu.sh with any code editor and replace instances of python with python3 and pip2 with pip3 or ask ChatGPT.
Tools/environment_install/install-prereqs-ubuntu.sh -y
install-prereqs-ubuntu.sh
python
python3
pip2
pip3
Incase anyone gets an error while running the
Tools/environment_install/install-prereqs-ubuntu.sh -y
command, openinstall-prereqs-ubuntu.sh
with any code editor and replace instances ofpython
withpython3
andpip2
withpip3
or ask ChatGPT.