Problems with Ordinals Setup

2 replies 378 views
tom.cobraFull Member
Posts: 103 · Reputation: 409
#1Jan 26, 2020, 09:01 AM
Hey everyone, Hope you’re doing well. I’m hitting a snag while trying to set up the Ordinals library. I keep getting this error: Command 'ord' not found. I’ve got a node running on ubuntu 22.04, and it’s all synced up, but Ord just won’t cooperate! I followed the official setup guide and installed libssl-dev and Rust. I managed to build it without any errors so far, but now when I try to run it, I get that annoying 'command not found' message. I also attempted to install it using install.sh, but it says ord already exists in /home/btc/bin. Any ideas on what I should do? Appreciate any help! Thanks.
5 Reply Quote Share
hash_bossLegendary
Posts: 1166 · Reputation: 5261
#2Jan 26, 2020, 03:12 PM
Adding /home/btc/bin to $PATH environment variable should fix your problem. You can check https://askubuntu.com/a/60221 how to do that.
1 Reply Quote Share
tom.cobraFull Member
Posts: 103 · Reputation: 409
#3Jan 27, 2020, 08:45 PM
Hi man, thank you it did work using below: appreciate the help.
6 Reply Quote Share

Related topics