venv in code directory (#29452)

put venv in code directory
old-commit-hash: 282fd778aa
This commit is contained in:
Greg Hogan
2023-08-17 22:43:02 +00:00
committed by GitHub
parent eb87a31bc5
commit 349359d488
3 changed files with 5 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ pip install pip==23.2.1
pip install poetry==1.5.1
poetry config virtualenvs.prefer-active-python true --local
poetry config virtualenvs.in-project true --local
echo "PYTHONPATH=${PWD}" > $ROOT/.env
poetry self add poetry-dotenv-plugin@^0.1.0