Install pip in venv
This commit is contained in:
parent
41525d558b
commit
a8c0602e7e
1 changed files with 1 additions and 1 deletions
2
.envrc
2
.envrc
|
|
@ -9,7 +9,7 @@ fi
|
|||
VIRTUAL_ENV="$PWD/venv"
|
||||
if [ ! -e venv ]
|
||||
then
|
||||
python -m venv --system-site-packages --without-pip "${VIRTUAL_ENV}"
|
||||
python -m venv --system-site-packages "${VIRTUAL_ENV}"
|
||||
fi
|
||||
export VIRTUAL_ENV
|
||||
PATH_add "$VIRTUAL_ENV/bin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue