add my. package to mypypath
This commit is contained in:
parent
3e6c670698
commit
ccd4afdf20
1 changed files with 1 additions and 1 deletions
|
@ -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 "$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue