envrc --require-virtualenv
This commit is contained in:
parent
7403f31ac5
commit
fc115345a0
1 changed files with 2 additions and 2 deletions
4
.envrc
4
.envrc
|
@ -10,8 +10,8 @@ python3 -m venv .venv
|
|||
source .venv/bin/activate
|
||||
PATH_add .venv/bin
|
||||
PATH_add bin
|
||||
python3 -m pip install --upgrade pip wheel
|
||||
python3 -m pip install --upgrade -r requirements.txt
|
||||
python3 -m pip --require-virtualenv --quiet install --upgrade pip wheel
|
||||
python3 -m pip --require-virtualenv --quiet install --upgrade -r requirements.txt
|
||||
|
||||
rm -rf .cache/bw/git_deploy
|
||||
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy
|
||||
|
|
Loading…
Reference in a new issue