安裝vue項目依賴的時候,報Can't find Python executable "python", you can set the PYTHON env variable


系統已經裝了python3,並且可以在終端訪問。

Can't find Python executable "python", you can set the PYTHON env variable

npm config set python python3

這樣就可以了。

如果沒有環境,則要安裝即可。

 

windows:

npm install --global --production windows-build-tools

 

mac:

brew install python3

 查看安裝位置:

which python3

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM