mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 12:07:49 +02:00
7 lines
241 B
Bash
Executable file
7 lines
241 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
VERSION=1.82.0
|
|
|
|
# Put 'export' statements here for environment variables
|
|
export "PATH=$PWD/rust-${VERSION}-x86_64-unknown-linux-gnu/rustc/bin/:$PATH"
|
|
export RUST_INSTALL_LOC=$PWD/rust-${VERSION}-x86_64-unknown-linux-gnu
|