python-intermediate-development icon indicating copy to clipboard operation
python-intermediate-development copied to clipboard

Adapting Checking-in Changes to Our Project to new versions of venv

Open fiveop opened this issue 9 months ago • 0 comments

Newer version of venv create a .gitignore file in the environment directory, if invoked via CLI (see https://github.com/python/cpython/pull/108125). Therefore the directory will not show up in git status after creation and changes to the root .gitignore are not necessary.

The section “Checking-in Changes to Our Project” needs to be adapted to that change.

fiveop avatar Jan 06 '25 14:01 fiveop