如何在windows 安裝 repo ,需要安裝git 以及python !!
如何在windows 安裝 repo ,需要安裝git 以及python !!
- Windows安裝 Git 教學
- Windows安裝 Python教學
- 設定Windows 環境變數 PATH
如果在執行repo的時候出現 Python無法執行的問題
“Permission Denied” trying to run Python on Windows 10
通常是因為在安裝 Python 3+的版本時,有新增的PATH %USERPROFILE%\AppData\Local\Microsoft\WindowsApps
而也造成執行的時候 先執行了這個路徑下的Python
要調整PATH的順序,把正確的Python路徑提到這個路徑前面
%USERPROFILE%\AppData\Local\Microsoft\WindowsApps
如果安裝Python2 的話 執行會出現這個warning message
repo: warning: Python 2 is no longer supported; Please upgrade to Python 3.6+.
留言
張貼留言
發表一下意見,互動一下唄!