-
Notifications
You must be signed in to change notification settings - Fork 226
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
virtualenv could not find python after successful install #141
Comments
Hey i just experienced this issue this fixed it for me. I went and found where eb was installed.
Then i ran the file in visual studio code, trying to debug it. It worked but i noticed it was using a different python version from my default. So try running with all the different python3 versions you have. Run eb -v again and it should work. |
@chis-dd You rock! Thanks for the help here. This is what I did:
Review
Check current python version with 🚧 This was the core issue. I had not set a python version fro my environment.
Set the global python version with
Verify
|
Here's what worked for me on MacOS:
Looks like it was trying to run python via the |
1. Please specify the following:
OS: [e.g. OS X, Ubuntu, Windows, etc.]: OS X 12.6.1
Shell (Bash, PowerShell, Zsh, etc.): Zsh
I have reviewed the troubleshooting tips described here and they do not solve my problem
2. Description
After a successful install, I am receiving the following message:
This is my current environment:
I have python installed via homebrew. Not sure if that creates an issue with the install process?
The text was updated successfully, but these errors were encountered: