timescale / timescaledb-toolkit

Extension for more hyperfunctions, fully compatible with TimescaleDB and PostgreSQL 📈
https://www.timescale.com
Other
385 stars 48 forks source link

self-hosted installation doesn't install cargo #206

Open inselbuch opened 3 years ago

inselbuch commented 3 years ago

These steps are insufficient:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh sudo apt-get install make gcc pkg-config clang postgresql-server-dev-13 libssl-dev cargo install --git https://github.com/JLockerman/pgx.git --branch timescale cargo-pgx && \ cargo pgx init --pg13 pg_config git clone https://github.com/timescale/timescale-analytics && \ cd timescale-analytics/extension cargo pgx install --release && \ cargo run --manifest-path ../tools/post-install/Cargo.toml -- pg_config

sudo apt install cargo?

MrLight commented 3 years ago

have you tried to just restart your shell, because the path needs to be updated?

JohnSweeney85 commented 2 years ago

@inselbuch Did you ever figure this out? Having the same problem