Skip to content

Commit e6804bb

Browse files
author
Vladimir Kotal
committed
use pip via module
1 parent 64a616a commit e6804bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/install-python-packages.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
pip3 install --upgrade pip
4-
pip3 install -r opengrok-tools/src/main/python/requirements.txt
5-
pip3 install pep8 flake8 virtualenv pylint
3+
python3 -m pip install --upgrade pip
4+
python3 -m pip install -r opengrok-tools/src/main/python/requirements.txt
5+
python3 -m pip install pep8 flake8 virtualenv pylint

0 commit comments

Comments
 (0)