Open yahya-uddin opened 1 year ago
I was able to work around this on Amazon Linux by forcing eb
to use python 3 by opening ~/.ebcli-virtual-env/executables/eb
and changing the first line from this:
#!/usr/bin/env python
to this:
#!/usr/bin/env python3
@eremite Thanks it helped
@eremite thanks this saved me!
1. Please specify the following:
2. Description After installing the CLI, as described in the docs I get the following error when I run "any" eb command: