./reach: is a directory #1285
TheChronicMonster
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If executing
./reach version
outputs./reach: is a directory
, then it means that you are intending to run the reach command, but are doing it in a directory where it is not installed, but that contains a directory namedreach
.For example, if you installed by running:
Then you might be running
./reach
in your home directory (), rather than the Reach directory (/reach).You can check your current directory by running
pwd
(print working directory).Beta Was this translation helpful? Give feedback.
All reactions