This commit is contained in:
Dima Gerasimov 2019-12-19 20:13:09 +00:00
parent fd99454e31
commit 6cc83d630a
4 changed files with 40 additions and 7 deletions

View file

@ -41,7 +41,7 @@ if __name__ == '__main__':
# TODO wonder why py.typed file in mycfg didn't help?
for v in ['MYPYPATH', 'PYTHONPATH']:
upd(v, MY_DIR)
upd(v, MY_DIR) # TODO not sure if it should do it if you use install -e?
upd(v, MYCFG_DIR)
rest = sys.argv[1:]