add my. package to mypypath

This commit is contained in:
Dima Gerasimov 2019-10-11 22:37:35 +01:00
parent 3e6c670698
commit ccd4afdf20

View file

@ -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 "$@"