From bfa5437ee327da0ca7f6f3fe36f69969577d645f Mon Sep 17 00:00:00 2001 From: Jomaro Rodrigues <jomaro.rodrigues@gmail.com> Date: Wed, 7 Mar 2018 21:46:30 -0300 Subject: [PATCH] testando pipenv --- makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/makefile b/makefile index f1aafd6..3292c17 100644 --- a/makefile +++ b/makefile @@ -33,7 +33,6 @@ install: apt-get install -y python3-pip apt-get install -y libpq-dev apt-get install -y postgresql postgresql-contrib - bash <<< '(which pip || ln -s /usr/bin/pip3 /usr/bin/pip)' install-user: pip3 install --user -U pip setuptools pipenv==9.0.3 -- GitLab