numam/pyenv.sh

3 lines
95 B
Bash

#!/bin/sh
THIS_FOLDER=$(dirname "$0")
export PYTHONPATH="$PYTHONPATH:$THIS_FOLDER/scripts/libs"