[issue21613] Installer for mac doesn't store the installation location

2021-10-20 Thread Irit Katriel
Change by Irit Katriel : -- type: behavior -> enhancement versions: +Python 3.11 -Python 3.5 ___ Python tracker ___ ___ Python-bugs-

[issue21613] Installer for mac doesn't store the installation location

2014-05-30 Thread Ned Deily
Ned Deily added the comment: Files are recorded during bundle-style installation, too. Without spending a lot of time looking at it right now, I believe the null location reported is a red herring; I think that has to do with packages that allow themselves to be installed in arbitrary locatio

[issue21613] Installer for mac doesn't store the installation location

2014-05-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: According to the manpage pkgutil is used with flat packages. The Python installer users older bundle-style packages. -- nosy: +ned.deily ___ Python tracker __

[issue21613] Installer for mac doesn't store the installation location

2014-05-30 Thread Artem Ustinov
New submission from Artem Ustinov: I'm trying to automate the Python uninstallation on mac but I've found that the actual installation location is not stored for Python packages. That location is required since the pkgutil keeps track of installed files (if you run $ pkgutil --files org.python.