mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
![]() The packaging.install.remove function (a.k.a. the uninstall feature) takes a path argument to allow client code to use custom directories instead of sys.path. The test used to give self.root_dir as path, which corresponds to a prefix option, but prefix is not on sys.path, it’s only the base directory used to compute the stdlib and site-packages directory paths. The test now gives a valid site-packages path to the function. |
||
---|---|---|
.. | ||
command | ||
compiler | ||
pypi | ||
tests | ||
__init__.py | ||
_trove.py | ||
compat.py | ||
config.py | ||
create.py | ||
database.py | ||
depgraph.py | ||
dist.py | ||
errors.py | ||
fancy_getopt.py | ||
install.py | ||
manifest.py | ||
markers.py | ||
metadata.py | ||
run.py | ||
util.py | ||
version.py |