venv in code directory (#29452)

put venv in code directory
old-commit-hash: 282fd778aa303542d5752b0edc3e40db8de10696
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

@@ -16,6 +16,9 @@
*.so
*.a
venv/
.venv/
notebooks
phone
massivemap

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
venv/
.venv/
.env
.clang-format
.DS_Store

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