pkg(vyxal-2.17.0) clean up environment file

This commit is contained in:
Lyxal 2022-09-14 23:56:16 +10:00 committed by GitHub
parent fda6104cba
commit 782e9db1af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 8 deletions

4
packages/vyxal/2.17.0/environment vendored Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Python path
export PATH=$PWD/bin:$PATH

View File

@ -1,8 +0,0 @@
#!/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