When installing Ruby, I get an error because it tries to cd into a path that starts with /Volumes/Macintosh HD/Users/... and fails because of the space after Macintosh. How can change the location to something without a space or otherwise fix this problem?
When installing Ruby, I get an error because it tries to cd into a
Share
Usually the quotes around the path help, or a backslash before the space.
“/Volumes/Macintosh HD/Users/…”
or