mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
8 lines
No EOL
155 B
Bash
8 lines
No EOL
155 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Python and Vyxal path
|
|
export PATH=$PWD/bin:$PATH
|
|
export VYXAL_PATH=$PWD/vyxal
|
|
|
|
# export term to fix curses warning
|
|
export TERM=xterm |