envrc add PATH and upgrade pip

This commit is contained in:
mwiegand 2022-06-01 09:38:57 +02:00
parent df4ffd2d77
commit e81f28cf04

2
.envrc
View file

@ -2,6 +2,8 @@
python3 -m venv .venv
source ./.venv/bin/activate
PATH_add .venv/bin
python3 -m pip install --upgrade pip
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy
export EXPERIMENTAL_UPLOAD_VIA_CAT=1