-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python3 install issues #1
Comments
If the PYTHONHOME environment variable is not set, then prefix and exec_prefix default to /usr/local |
echo $PATH |
|
on my computer: /usr/local/lib/python3.6/site-packages/ needs to have : |
other random stuff for debugging
|
Could not find platform independent libraries
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to [:<exec_prefix>]
ImportError: No module named site
The text was updated successfully, but these errors were encountered: