[Bug 1964588] Re: pip installs extra files to /usr/etc instead of /usr/local/etc
Launchpad Bug Tracker
1964588 at bugs.launchpad.net
Tue Mar 15 14:19:31 UTC 2022
This bug was fixed in the package python3.10 - 3.10.2-7
---------------
python3.10 (3.10.2-7) unstable; urgency=medium
[ Stefano Rivera ]
* Use the same is_virtual_environment() proposed in PEP 668 across the site,
sysconfig, and distutils modules. Stop checking for PYTHONUSERBASE or
VIRTUAL_ENV environment variables.
* Correct assertion descriptions in module-install-* autopkgtests.
* Extend module-install-* autopkgtests to catch the issues fixed in -6:
- Check the directory that the modules are installed to.
- Check editable installs.
- Check pip-driven PEP-517 installs.
- Check that virtualenvs are seeded with the correct layout.
* Re-enable module-install-virtualenv.
-- Matthias Klose <doko at debian.org> Mon, 14 Mar 2022 06:18:40 +0100
** Changed in: python3.10 (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python3.10 in Ubuntu.
https://bugs.launchpad.net/bugs/1964588
Title:
pip installs extra files to /usr/etc instead of /usr/local/etc
Status in python3.10 package in Ubuntu:
Fix Released
Bug description:
Example:
$ sudo pip install glance-store
Expected result:
Find extra files in /usr/local/etc/glance
Current result:
Extra files are in /usr/etc/glance
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/1964588/+subscriptions
More information about the foundations-bugs
mailing list