diff --git a/docs/credits/contributors.rst b/docs/credits/contributors.rst index e399d26b95..2871425553 100644 --- a/docs/credits/contributors.rst +++ b/docs/credits/contributors.rst @@ -20,6 +20,7 @@ Contributors (in alphabetical order) * Bertrand Bordage (https://github.com/BertrandBordage) * Brian E (brian@realize.org) * David Herring (https://github.com/abadger1406) +* Jens Kadenbach (https://github.com/audax) * Kolmar Kafran * IHLeanne (https://github.com/IHLeanne) * Iliya Georgiev (ikgeorgiev@gmail.com) diff --git a/mayan/apps/installation/classes.py b/mayan/apps/installation/classes.py index 178b2b3e46..9b0aed1c8d 100644 --- a/mayan/apps/installation/classes.py +++ b/mayan/apps/installation/classes.py @@ -7,7 +7,7 @@ import os import sh try: - from sh import pip + pip = sh.Command('pip') PIP = True except sh.CommandNotFound: PIP = False