From 1ebe9865f028b286f3b321098323a0fe55e88eda Mon Sep 17 00:00:00 2001 From: hnishi Date: Tue, 18 Apr 2023 10:15:59 +0900 Subject: [PATCH] Add pipenv env var --- .bashrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.bashrc b/.bashrc index 1af042d..8f35226 100644 --- a/.bashrc +++ b/.bashrc @@ -256,6 +256,12 @@ export PATH=$PATH:$GOPATH/bin # Poetry export PATH="$HOME/.poetry/bin:$PATH" +export POETRY_VIRTUALENVS_IN_PROJECT=true + +# Pipenv +# `$ brew install pipenv` +# https://pipenv.pypa.io/en/latest/advanced/#pipenv.environments.PIPENV_VENV_IN_PROJECT +export PIPENV_VENV_IN_PROJECT=true # Util functions