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.
1 parent 64a616a commit e6804bbCopy full SHA for e6804bb
dev/install-python-packages.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
3
-pip3 install --upgrade pip
4
-pip3 install -r opengrok-tools/src/main/python/requirements.txt
5
-pip3 install pep8 flake8 virtualenv pylint
+python3 -m pip install --upgrade pip
+python3 -m pip install -r opengrok-tools/src/main/python/requirements.txt
+python3 -m pip install pep8 flake8 virtualenv pylint
0 commit comments