Answers for "Install Solana CLI"

1

solana install

sh -c "$(curl -sSfL https://release.solana.com/v1.8.5/install)"
Posted by: Guest on November-30-2021
1

install solana linux

sh -c "$(curl -sSfL https://release.solana.com/v1.9.2/install)"
PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
Posted by: Guest on December-28-2021
0

Install Solana CLI

curl https://release.solana.com/v1.9.5/solana-install-init-x86_64-pc-windows-msvc.exe --output C:\solana-install-tmp\solana-install-init.exe --create-dirs
Posted by: Guest on May-01-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language