問題:在vin7電腦啟動vagrant up 提示powershell版本過低。
在vin7電腦啟動vagrant up 提示powershell版本過低:
The version of powershell currently installed on this host is less than
the required minimum version. Please upgrade the installed version of
powershell to the minimum required version and run the command again.
Installed version: 2
Minimum required version: 3
解決
-
官網下載安裝新版本powershell,下載地址:https://www.pstips.net/powershell-introduction-and-install.html
-
安裝成功,重啟后即可使用:WIN+R,輸入powershell,比cmd好用一些。
-
對比下powershell,gitbash,linux的bash,為什么Windows的反斜杠如此與眾不同,是因為W的第一划是\ 嗎?