We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65f358f + 786b8a3 commit c1e2ecdCopy full SHA for c1e2ecd
packages/Debian/common/DEBIAN/postinst
@@ -113,8 +113,8 @@ copy_new_data () {
113
}
114
115
install_pip3_packages () {
116
- pip3 install --upgrade pip
117
- pip3 install -r /usr/local/fledge/python/requirements.txt
+ python3 -m pip install --upgrade pip
+ python3 -m pip install -r /usr/local/fledge/python/requirements.txt
118
119
120
# Call Fledge package update script
0 commit comments