diff --git a/sdk/build_ubuntu.sh b/sdk/build_ubuntu.sh index dbe2465..26c58ec 100644 --- a/sdk/build_ubuntu.sh +++ b/sdk/build_ubuntu.sh @@ -16,14 +16,12 @@ sudo apt-get install -y \ sudo apt-get update sudo apt-get install -y patchelf +sudo apt install -y pkg-config libssl-dev # Install Rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y source $HOME/.cargo/env -# install pip -sudo apt-get install -y python3-pip - # Install python sdk -pip3 install maturin -echo 'export PATH="$PATH:$(python3 -m site --user-base)/bin"' >> ~/.bashrc +python3.11 -m pip install maturin +echo 'export PATH="$PATH:$(python3.11 -m site --user-base)/bin"' >> ~/.bashrc \ No newline at end of file