1. 程式人生 > >PyCharm:Error running xxx: Cannot run program "D:\Python27\python.exe"

PyCharm:Error running xxx: Cannot run program "D:\Python27\python.exe"

 使用PyCharm執行程式時,出現Error running xxx: Cannot run program "D:\Python27\python.exe"這樣的錯誤(xxx是你的專案名稱),說明你在PyCharm中使用的python版本不對。

那麼,如何在PyCharm中切換python的版本呢?

首先開啟設定介面File>Settings:

                                     

然後找到左側Projection Interpreter選項,顯示的是當前使用的python版本,可以通過向下的箭頭找到要切換成的版本。切換好了就點選Apply>OK,這樣就解決這個問題了!

                                     

--------------------- 本文來自 LAN_Randall 的CSDN 部落格 ,全文地址請點選:https://blog.csdn.net/LAN_Randall/article/details/78249280?utm_source=copy