raco pkg install iracket
-bash: raco: command not found
I add path to .bash_profile
# Setting PATH for Racket 7.0
export PATH="/Applications/Racket v7.0/bin/raco:$PATH"
But it still doesn't work. How can I fix it? Should I add path to .bash_profile or somewhere else? It is macOS.
export PATH="/Applications/Racket v7.0/bin:$PATH"
This doesn't work also.