inim-repl / INim

Interactive Nim shell / REPL / Playground
MIT License
644 stars 23 forks source link

I don't understand how to run inim after `nimble install inim`. #129

Closed mavavilj closed 2 years ago

mavavilj commented 2 years ago

I don't understand how to run inim after nimble install inim.

adigitoleo commented 2 years ago

~/.nimble/bin/inim

Or add ~/.nimble/bin to PATH.

0atman commented 2 years ago

@adigitoleo has it correct, it looks like you have not set up your nim paths quite right.