-
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
Running the installer doesn't tell me how to set PATH for macOS, contrally to what README tells me #131
Comments
Also ran into this with the same output as above. After trying to debug the install script and getting nowhere, thought to maybe try it with
I don't know much about Python 2/3 differences to help further, but I hope this helps someone else in the interim. NB: python3 was installed via |
I had the same issue. Fixed by forcing python3 on macOS. Make sure your python3 directory is on the PATH. Install virtualenv using pip3. Also check python3 --version to ensure > 3.5 |
1. Please specify the following:
OS: [e.g. OS X, Ubuntu, Windows, etc.]: OS X
Shell (Bash, PowerShell, Zsh, etc.): Zsh
I have reviewed the troubleshooting tips described here and they do not solve my problem
2. Description
On README it says that 'On Linux and macOS, the output contains instructions to add the EB CLI (and Python) executable file to the shell's $PATH variable, if it isn't already in it.' but I don't get the instruction when running the installer. Below is what I get instead
The text was updated successfully, but these errors were encountered: