envrc add PATH and upgrade pip
This commit is contained in:
parent
df4ffd2d77
commit
e81f28cf04
1 changed files with 2 additions and 0 deletions
2
.envrc
2
.envrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue