當(dāng)前位置:
首頁(yè) >
python 如何放心干净的卸载模块
發(fā)布時(shí)間:2024/6/18
52
豆豆
生活随笔
收集整理的這篇文章主要介紹了
python 如何放心干净的卸载模块
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
windows系統(tǒng):
C:\selenium-2.43.0>python setup.py install --record ./record.txt C:\selenium-2.43.0>FOR /F %f in (record.txt) DO del %flinux系統(tǒng):
$ python setup.py install --record ./record.txt $ cat record.txt |xargs rm -rf
轉(zhuǎn)載于:https://www.cnblogs.com/bushe/p/4048985.html
總結(jié)
以上是生活随笔為你收集整理的python 如何放心干净的卸载模块的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: Angular 下的 function
- 下一篇: [Python]ConfigParser