[Bug 1826838] Re: Python venv does not copy the activate scripts
Kai Kasurinen
1826838 at bugs.launchpad.net
Fri Jul 3 01:07:46 UTC 2020
** Package changed: python (Ubuntu) => python3.6 (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python3.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1826838
Title:
Python venv does not copy the activate scripts
Status in python3.6 package in Ubuntu:
New
Bug description:
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.6/+bug/1826838/+subscriptions
More information about the foundations-bugs
mailing list