You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Osmosis version: latest from cloning repo
OS & Version: OSX - Monterrey 12.3 (21E230)
Expected behaviour
make build
make install
should install the binary from build/osmosisd to /usr/local/bin
Actual behaviour
Build runs but install fails to copy file
Steps to reproduce the behaviour
#remove your osmosisd binary
sudo rm /usr/local/bin/osmosisd
git clone https://github.com/osmosis-labs/osmosis.git
make build
make install
osmosisd version
Output: command not found: osmosisd
Alternative solution
git clone https://github.com/osmosis-labs/osmosis.git
make build
sudo cp build/osmosisd /usr/local/bin
This currently breaks installations from source and also from the official installer.
The text was updated successfully, but these errors were encountered:
System information
Osmosis version: latest from cloning repo
OS & Version: OSX - Monterrey 12.3 (21E230)
Expected behaviour
should install the binary from
build/osmosisd
to/usr/local/bin
Actual behaviour
Build runs but install fails to copy file
Steps to reproduce the behaviour
Output: command not found: osmosisd
Alternative solution
This currently breaks installations from source and also from the official installer.
The text was updated successfully, but these errors were encountered: