1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-06 03:46:27 +02:00
piston/packages/rust/1.50.0/environment
2021-03-15 19:45:20 -04:00

5 lines
215 B
Bash

#!/usr/bin/env bash
# Put 'export' statements here for environment variables
export PATH=$PWD/rust-1.50.0-x86_64-unknown-linux-gnu/rustc/bin/:$PATH
export RUST_INSTALL_LOC=$PWD/rust-1.50.0-x86_64-unknown-linux-gnu