summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVincent Fazio <vfazio@gmail.com>2022-11-10 20:40:36 -0600
committerGitHub <noreply@github.com>2022-11-10 18:40:36 -0800
commit50b4b6b72a0709501b36f714e317b07c3d765833 (patch)
treeccdf5952f8bc3396594c19359e071806c3339000 /docs
parentdbc57c2bd6c9d23d482bc7400ddb6c7c7022de09 (diff)
downloadvirtualenv-50b4b6b72a0709501b36f714e317b07c3d765833.tar.gz
Try alternate filenames for system_executable (#2442)
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog/2442.bugfix.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog/2442.bugfix.rst b/docs/changelog/2442.bugfix.rst
new file mode 100644
index 0000000..58e1f64
--- /dev/null
+++ b/docs/changelog/2442.bugfix.rst
@@ -0,0 +1 @@
+In POSIX virtual environments, try alternate binary names if ``sys._base_executable`` does not exist - by :user:`vfazio`.