mroman42 / mikrokosmos

(λ) Educational lambda calculus interpreter
https://mroman42.github.io/mikrokosmos
GNU General Public License v3.0
70 stars 7 forks source link

Can't seem to get the interpreter to work #39

Closed JJ closed 6 years ago

JJ commented 7 years ago
➜  ~ cabal install mikrokosmos
Resolving dependencies...
Configuring mikrokosmos-0.6.0...
Building mikrokosmos-0.6.0...
Installed mikrokosmos-0.6.0
➜  ~ mikrokosmos
zsh: command not found: mikrokosmos

And

➜  ~ haskell-compiler --version
The Glorious Glasgow Haskell Compilation System, version 7.10.3

Maybe some path is missing in the docs?

mroman42 commented 6 years ago

Usually, cabal installs in ./cabal/bin (and /usr/local/bin for global installations), but it is not automatically added to $PATH. Is ./cabal/bin in the current path?

JJ commented 6 years ago

Don't remember. I finally made it work installing it via some other way...

JJ commented 6 years ago

Apparently, it's installed here /home/jmerelo/.local/bin/mikrokosmos