Fork me on GitHub
#leiningen
<
2016-09-09
>
machty00:09:12

brainfart: how come nothing shows up when i run which lein?

machty00:09:26

isn't it an executable?

machty00:09:15

(trying to get rlwrap to work but it can't seem to find lein)

machty00:09:02

nvm apparently it's a script in my ~bin folder. thought those would show up in which?

machty00:09:41

source of error: using a ~ in my PATH env var

alpheus16:09:46

If you're using bash, use type lein, or type -p lein. That may work for any Posix shell.