From ccd4afdf207f67b7092e019b0f64004faf3db7e6 Mon Sep 17 00:00:00 2001 From: Dima Gerasimov Date: Fri, 11 Oct 2019 22:37:35 +0100 Subject: [PATCH] add my. package to mypypath --- with_my.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@"