Pycharm Professional(2022.3.2)無法通過以下方式自行卸載:
- Windows設(shè)置卸載實(shí)用程序
- 在
C:\Program Files\JetBrains\PyCharm 2022.3.2\bin
中運(yùn)行uninstall.exe -
Uninstall hasn't detected folder of PyCharm Installation. Probably Uninstall.exe was moved from the installation folder.
這個(gè)問題是由于PyCharm安裝中丟失了一個(gè)文件造成的。請(qǐng)嘗試以下powershell命令在該位置創(chuàng)建一個(gè)具有適當(dāng)名稱的空文件:
-
用管理員權(quán)限打開powershell命令文章來源:http://www.zghlxwxcb.cn/news/detail-508522.html
-
找到你安裝pycharm的路徑,復(fù)制bin的文件路徑文章來源地址http://www.zghlxwxcb.cn/news/detail-508522.html
-
cd 'C:\Program Files\JetBrains\PyCharm 2022.1.4\bin'
New-Item -Path 'IdeaWin64.dll' -ItemType File
- 采用這種方法后,PyCharm就能夠使用uninstall.exe彈出卸載界面了。
到了這里,關(guān)于卸載pycharm時(shí)遇到問題:pycharm uninstall hasn‘t detected folder的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!