modify news fragment.

This commit is contained in:
Matt Davis
2022-12-17 09:17:44 -05:00
parent 8b34b82f4f
commit b717a7a169
+3 -1
View File
@@ -1 +1,3 @@
Check if ``venv`` module is available and fallback to prior logic when it is not.
virtualenv creation no longer uses ``--creator=venv`` by default; introduced two environment variables:
``PIPENV_VIRTUALENV_CREATOR`` -- May be specified to instruct virtualenv which ``--creator=`` to use.
``PIPENV_VIRTUALENV_COPIES`` -- When specified as truthy, instructs virtualenv to not use symlinks.