mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 17:50:21 +08:00
delete unused file
This commit is contained in:
parent
06bc4b8a6b
commit
993dfab8e6
@ -1,12 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Source .venv
|
||||
. .venv/bin/activate
|
||||
|
||||
# Fix for actions LD_LIBRARY_PATH env
|
||||
touch ld_fix.sh
|
||||
PYTHON_PATH=$(which python3)
|
||||
PYTHON_DIR=$(dirname $PYTHON_PATH)
|
||||
echo "export LD_LIBRARY_PATH=$PYTHON_DIR/../lib" >> ld_fix.sh
|
||||
echo "export PATH=$PYTHON_DIR:\$PATH" >> ld_fix.sh
|
||||
chmod +x ld_fix.sh
|
Loading…
x
Reference in New Issue
Block a user