でパス名にcdできませんWindows Powershellでは、コマンドラインcd $HOME
がホームディレクトリにつながります。しかしコマンドラインcd $TEMP
またはcd $GOPATH
は機能しません。返されるのはcd : Cannot process argument because the value of argument "path" is null.
です。PS:環境変数が設定されています。
Name Value
---- -----
GOPATH C:\Gowork
GOROOT C:\Program Files\Go\
TEMP C:\Users\myusername~1\AppData\Local\Temp
windir C:\Windows
これは機能します。どうもありがとう。 – TristeShine