安装

python(python3) setup.py install

python(python3) setup.py install --record files.txt
xargs rm -rf < files.txt

# windows powershell
Get-Content files.txt | ForEach-Object {Remove-Item $_ -Recurse -Force}

References

最后修改:2024 年 09 月 05 日
如果觉得我的文章对你有用,请随意赞赏