Sui Binaries install issue in Linux ( temp Folder gets filled up while installing binaries ) #6086
fatmanweb3
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem: Temp folder gets filled up while installing binaries
hey there folks, i tried installing sui binaries and had a issue in temp folder. ( couldn't create a temp dir: No space left on Device ). the answer is simple create a temporary file location
type these commands in your terminal and try again
cd ./cargo
mkdir tmp
CARGO_TARGET_DIR=tmp cargo install --locked --git https://github.com/MystenLabs/sui.git --branch devnet sui
THIS CREATES A TEMPORARY FOLDER TO STORE TEMP FILES WHILE INSTALLING BINARIES
Beta Was this translation helpful? Give feedback.
All reactions