Skip to content

Commit c1e2ecd

Browse files
Merge pull request #63 from fledge-iot/FOGL-6525.patch
pip3 command is replaced with python3 -m pip
2 parents 65f358f + 786b8a3 commit c1e2ecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/Debian/common/DEBIAN/postinst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ copy_new_data () {
113113
}
114114

115115
install_pip3_packages () {
116-
pip3 install --upgrade pip
117-
pip3 install -r /usr/local/fledge/python/requirements.txt
116+
python3 -m pip install --upgrade pip
117+
python3 -m pip install -r /usr/local/fledge/python/requirements.txt
118118
}
119119

120120
# Call Fledge package update script

0 commit comments

Comments
 (0)