[Bug 1826838] [NEW] Python venv does not copy the activate scripts
Launchpad Bug Tracker
1826838 at bugs.launchpad.net
Fri Jul 3 01:07:47 UTC 2020
You have been subscribed to a public bug:
According to the doc https://docs.python.org/3/library/venv.html
python3 -m venv venv
Should copy the /usr/lib/python3.6/venv/activate* scripts into the
venv/bin/ directory, so that they can be sourced by the user.
After running venv as above,
venv/bin/python --version
works as expected. But venv/bin/activate is missing.
The same works correctly on Arch Linux.
** Affects: python3.6 (Ubuntu)
Importance: Undecided
Status: New
--
Python venv does not copy the activate scripts
https://bugs.launchpad.net/bugs/1826838
You received this bug notification because you are a member of Ubuntu Foundations Bugs, which is subscribed to python3.6 in Ubuntu.
More information about the foundations-bugs
mailing list