如何修复 bash: raco: command not found?
How to fix bash: raco: command not found?
raco pkg install iracket
-bash: raco: command not found
我将路径添加到 .bash_profile
# Setting PATH for Racket 7.0
export PATH="/Applications/Racket v7.0/bin/raco:$PATH"
但是还是不行。我该如何解决?我应该将路径添加到 .bash_profile 还是其他地方?是macOS。
export PATH="/Applications/Racket v7.0/bin:$PATH"
这也不行。
你来源文件了吗?
source ~/.bash_profile
需要更新环境变量。
raco pkg install iracket
-bash: raco: command not found
我将路径添加到 .bash_profile
# Setting PATH for Racket 7.0
export PATH="/Applications/Racket v7.0/bin/raco:$PATH"
但是还是不行。我该如何解决?我应该将路径添加到 .bash_profile 还是其他地方?是macOS。
export PATH="/Applications/Racket v7.0/bin:$PATH"
这也不行。
你来源文件了吗?
source ~/.bash_profile
需要更新环境变量。