I created a new instance using EB cli 3.1. When I SSH into it, I type in python3 and it error with Command not found.
$ python3
-bash: python3: command not found
I tried installing it but "yum search python3" does not find any 3.x version.
How do I get it to install Python3.4 when I exec eb deploy
?
(BTW Why the title says with python3.4 while not having it?)