在powershell上使用python。

在windows上安裝python2.7以後,發現,command(CMD)命令行能夠使用,可是在powershell命令行上卻沒法正常使用。python

通過查閱資料發現,問題是環境變量沒有正常加入,如今咱們在powershell中運行以下代碼便可。shell

$env:path="$env:Path;C:\Program files\Python27"
相關文章
相關標籤/搜索