mirror of
https://github.com/python/cpython.git
synced 2024-11-28 16:45:42 +01: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.*
|