mirror of
https://github.com/python/cpython
synced 2024-11-02 11:04:01 +00:00
12 lines
158 B
Batchfile
12 lines
158 B
Batchfile
|
cd "%1"
|
||
|
bin\python.exe uninstall.py
|
||
|
del lib\win\*.pyc
|
||
|
del lib\win\*.pyd
|
||
|
del lib\win\*.py
|
||
|
rd lib\win
|
||
|
rd lib
|
||
|
del bin\*.exe
|
||
|
del bin\*.dll
|
||
|
rd bin
|
||
|
del uninstall.*
|