This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2014年03月10日 09:08 by vstinner, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg213017 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2014年03月10日 09:08 | |
I installed Python 3.4rc3 on Windows 7, I downgraded pip (from 1.5.3) to 1.5.3 and then I uninstalled Python 3.4rc3. Some files of pip and setuptools remaing in C:\Python34, is it expected? C:\Python34\Scripts: easy_install-3.4.exe easy_install.exe pip.exe pip3.4.exe pip3.exe C:\Python34\Lib\site-packages: easy_install.py pip\ pip-1.5.3.dist-info\ pkg_resources.py setuptools\ setuptools-2.1.dist-info\ _markerlib\ __pycache__\ |
|||
| msg213021 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2014年03月10日 09:56 | |
This is indeed expected, and applies to any other packages you have installed from PyPI as well (and also to any files that you manually created in the installation directory). Python only removes what it installed itself. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:59 | admin | set | github: 65077 |
| 2014年03月10日 09:56:06 | loewis | set | status: open -> closed resolution: not a bug messages: + msg213021 |
| 2014年03月10日 09:08:59 | vstinner | set | components:
+ Windows versions: + Python 3.4 |
| 2014年03月10日 09:08:52 | vstinner | create | |