i try to turn to develop my picroft image on rasbian stretch OS. and after i do it according to the tutorial i see this error every time i open the terminal.my python works fine but i see this error.
the error is :
i tryCould not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ImportError: No module named 'encodings'
but it didn't work.export PYTHONPATH='/path/to/pythondir:/path/to/pythondir/lib-dynload:/path/to/pythondir/site-packages'
export PYTHONHOME='/path/to/pythondir'
what should i do?