diff options
-rwxr-xr-x | install/ishtar-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ishtar-install b/install/ishtar-install index 40cfd2d3e..fe14f6adb 100755 --- a/install/ishtar-install +++ b/install/ishtar-install @@ -371,7 +371,7 @@ EOF echo ""; ( set -x; $sh_c 'sleep 3; apt-get install -y -q apg' ) fi - if ! command_exists pip; then + if ! command_exists pip3; then echo "-------------------------------------------------------------------------------"; cecho y "Installing pip..."; echo ""; @@ -465,7 +465,7 @@ EOF echo "-------------------------------------------------------------------------------"; cecho y "Installing django-simple-history" echo ""; - ( set -x; $sh_c 'pip3 install git+https://github .com/treyhunner/django-simple-history.git@1.8.2#egg=django-simple-history' ) + ( set -x; $sh_c 'pip3 install git+https://github.com/treyhunner/django-simple-history.git@1.8.2#egg=django-simple-history' ) echo "-------------------------------------------------------------------------------"; cecho y "Installing python3-secretary" echo ""; |