File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $RTT_PYTHON -m pip list > /dev/null || {
3838
3939if ! [ -x " $( command -v scons) " ]; then
4040 echo " Installing scons."
41- $RTT_PYTHON -m pip install scons==4.4.0
41+ $RTT_PYTHON -m pip install scons
4242fi
4343
4444if ! [ -x " $( command -v pyocd) " ]; then
Original file line number Diff line number Diff line change 33sudo zypper update -y
44
55sudo zypper install python3 python3-pip gcc git ncurses-devel cross-arm-none-gcc11-bootstrap cross-arm-binutils qemu qemu-arm qemu-extra -y
6- python3 -m pip install scons==4.4.0 requests
6+ python3 -m pip install scons requests
77python3 -m pip install -U pyocd
88
99url=https://raw.githubusercontent.com/RT-Thread/env/master/touch_env.sh
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sudo apt-get update
44sudo apt-get upgrade -y
55
66sudo apt-get -qq install python3 python3-pip gcc git libncurses5-dev gcc-arm-none-eabi binutils-arm-none-eabi gdb-multiarch qemu qemu-system-arm -y
7- python3 -m pip install scons==4.4.0 requests
7+ python3 -m pip install scons requests
88python3 -m pip install -U pyocd
99
1010url=https://raw.githubusercontent.com/RT-Thread/env/master/touch_env.sh
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ cmd /c $RTT_PYTHON -m pip install --upgrade pip -i $PIP_SOURCE --trusted-host $P
7171
7272if (! (Test-Command scons)) {
7373 echo " Installing scons."
74- cmd / c $RTT_PYTHON - m pip install scons== 4.4 . 0 - i $PIP_SOURCE -- trusted- host $PIP_HOST
74+ cmd / c $RTT_PYTHON - m pip install scons - i $PIP_SOURCE -- trusted- host $PIP_HOST
7575} else {
7676 echo " scons has installed. Jump this step."
7777}
You can’t perform that action at this time.
0 commit comments