File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ install_pip3_packages () {
405
405
source scl_source enable rh-python36
406
406
407
407
# TODO: we may need with --no-cache-dir
408
- pip3 install -Ir /usr/local /fledge/python/requirements.txt
408
+ python3 -m pip install -Ir /usr/local /fledge/python/requirements.txt
409
409
410
410
sudo bash -c 'source scl_source enable rh-python36; python3 -m pip install dbus-python numpy== 1.19.5'
411
411
set -e
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ if [ -f /usr/local/fledge/python/extras_install___PLUGIN_NAME__.sh ]; then
41
41
fi
42
42
# Install Python pip dependencies; if any
43
43
if [ -f /usr/local/fledge/__INSTALL_DIR__/requirements.txt ]; then
44
- pip3 install -Ir /usr/local/fledge/__INSTALL_DIR__/requirements.txt
44
+ python3 -m pip install -Ir /usr/local/fledge/__INSTALL_DIR__/requirements.txt
45
45
fi
46
46
47
47
# For C based plugins
You can’t perform that action at this time.
0 commit comments