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