koji-kojiro / cl-repl

A full-featured repl implementation designed to work with Roswell
GNU General Public License v3.0
153 stars 22 forks source link

Can't run after installing #37

Closed oscu0 closed 6 years ago

oscu0 commented 6 years ago

macOS 10.13.3 Installed Roswell through brew, linked readline. cl-repl is not found, ros repl returns script repl doesn't exist

oscu0 commented 6 years ago

Update: I can run it by running the binary in ~/.roswell/bin, and I can run it normally after adding that directory to $PATH. It's possible something on my end necessitated the extra step, but I'm not sure. Perhaps add it to the readme anyway? Here's my PATH from .zshrc: PATH="$PATH:$HOME/anaconda3/bin:$HOME/.roswell/bin:/usr/bin:/bin:/usr/sbin:/sbin"

koji-kojiro commented 6 years ago

I'll update README. FYI, that is documented on roswell's wiki page, though it's a bit difficult to find.

Thanks.