diff --git a/with_my.example b/with_my.example index b58d1d8..af5fc48 100755 --- a/with_my.example +++ b/with_my.example @@ -15,6 +15,6 @@ MY_DIR="$(dirname "$(readlink -f "$0")")" export PYTHONPATH="$MY_CONFIGURATION_DIR:$MY_DIR""$PREV" # TODO wonder why py.typed file in my_configuration didn't help? -export MYPYPATH="$MY_CONFIGURATION_DIR" +export MYPYPATH="$MY_CONFIGURATION_DIR:$MY_DIR" exec "$@"