5 lines
95 B
Plaintext
5 lines
95 B
Plaintext
|
#! /bin/bash
|
||
|
|
||
|
export PYTHONPATH=$(python -c "import os; print(os.path.realpath('.'))")
|
||
|
python3
|