timescale / tsbs

Time Series Benchmark Suite, a tool for comparing and evaluating databases for time series data
MIT License
1.26k stars 299 forks source link

tsbs_generate_data: command not found #158

Closed abkenar closed 3 years ago

abkenar commented 3 years ago

I followed all the steps for installation, and did not get any error. But none of the tsbs commands works:

"tsbs_generate_data: command not found"

I tested on ubuntu 18 initialy and again tested on Ubuntu 20.4 .

It would be appreciated if you can give me some hint.

Thanks

ichbill commented 3 years ago

After installation, you need to put executables path into your $PATH. For me it is "/home/ubuntu/go/bin", so I added "export PATH=$PATH:/home/ubuntu/go/bin" to $HOME/.profile and my problem was solved. I'm using Ubuntu 20.4. Hope it's helpful for you.

jonatas commented 3 years ago

@abkenar would you mind confirming if the suggestion works for you? I'm closing the issue as it seems abandoned, feel free to reopen if the suggestion does not work for you.