Open inselbuch opened 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?
have you tried to just restart your shell, because the path needs to be updated?
@inselbuch Did you ever figure this out? Having the same problem
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?