mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ESP32: stop making python python3
this isn't something we should be doing to people's environments
This commit is contained in:
parent
05e5d2e6bb
commit
ab4614dd98
|
@ -20,7 +20,6 @@ Tools/environment_install/install-prereqs-arch.sh
|
|||
# from: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-setup.html
|
||||
sudo apt-get install git wget flex bison gperf cmake ninja-build ccache libffi-dev libssl-dev dfu-util
|
||||
sudo apt-get install python3 python3-pip python3-setuptools
|
||||
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10
|
||||
|
||||
#or
|
||||
sudo pacman -S --needed gcc git make flex bison gperf python-pip cmake ninja ccache dfu-util libusb
|
||||
|
|
Loading…
Reference in New Issue