-
Notifications
You must be signed in to change notification settings - Fork 371
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
Hy repl doesn't open on clean install python 3.7 #1690
Comments
Pretty mysterious, but it sounds like your Python might be misconfigured somehow. I know that Mac OS X has a default Python that can sometimes compete with user-installed Pythons. Which version of the OS are you running? Can you (or anybody else) replicate this issue on another system? |
Mac OS 10.13.2 (high sierra) |
how is that shebang line made? /usr/local/opt/python3/bin/python3.7 exists, and there's no python3.5 anywhere on my machine, so I'm not sure where the pip install picked that up from. |
I don't know; you'd probably have to look into the innards of setuptools or fastentrypoints. |
Nobody's been able to (or tried to) replicate this issue after 3 years, and I still suspect a misconfiguration, so I'm closing this for now. |
Did the following on a mac:
When I ``cat `which hy``` I get:
Why is there a shebang line pointing to python 3.5? I can run ``python3 `which hy``` and everything (so far as I can tell) works just fine.
Tried with latest git (pip install git+...) and same issue.
The text was updated successfully, but these errors were encountered: