From 951d7320923974dd5a87dd4dfca0b3585cf7a84f Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 3 May 2022 22:52:37 +0300 Subject: [PATCH] Common pipenv behavior in SchooLinks. --- Repositories/SchooLinks/.envrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Repositories/SchooLinks/.envrc b/Repositories/SchooLinks/.envrc index 368a417..3e07600 100644 --- a/Repositories/SchooLinks/.envrc +++ b/Repositories/SchooLinks/.envrc @@ -1,5 +1,6 @@ -# shellcheck shell=bash +# shellcheck shell=bash disable=SC1091 source_up export GIT_AUTHOR_EMAIL='nimrod@schoolinks.com' export GIT_AUTHOR_NAME='Nimrod Adar' +export PIPENV_VENV_IN_PROJECT=1 [ ! -f .envrc.private ] || . .envrc.private -- GitLab