Мой жесткий диск Ma c недавно вышел из строя, и мне пришлось все переустановить. Текущий MacOS - 10.14.6 (Мохаве). Я также установил Anaconda python distro (установка из командной строки). В моей оболочке:
echo $PYTHONPATH
/Users/administrator/Dropbox/premalstuff/pythonclass
Однако мой python дистрибутив не наследует $ PYTHONPATH:
python -c "import sys; print(sys.path)"
['', '/Users/administrator/anaconda3/lib/python37.zip', '/Users/administrator/anaconda3/lib/python3.7', '/Users/administrator/anaconda3/lib/python3.7/lib-dynload', '/Users/administrator/anaconda3/lib/python3.7/site-packages', '/Users/administrator/anaconda3/lib/python3.7/site-packages/aeosa']
Любые предложения по устранению неполадок приветствуются.