blob: a2a59af33ed05cc7d2d48e3677eb61bedfc78dba [file] [log] [blame]
$syspython="python.exe"
$ve="$HOME\.virtualenvs\colorama"
remove-item -r -fo * -I build,dist,MANIFEST,colorama.egg-info,$ve,sandbox
& $syspython -Bc "import pathlib, shutil; [shutil.rmtree(p) for p in pathlib.Path('.').rglob('__pycache__')]"