python - Initializing AWS for rails app via cli error -


i trying deploy rails app aws beanstalk using aws cli , looks when trying initialize repo error because don't have python installed? question is, need python installed work? why need python if app developed in ruby, or related how amazon built tool?

$eb init     traceback (most recent call last):       file "/usr/local/bin/eb", line 5, in <module>         pkg_resources import load_entry_point       file "/library/python/2.7/site-packages/pkg_resources/__init__.py", line 3131, in <module>         @_call_aside       file "/library/python/2.7/site-packages/pkg_resources/__init__.py", line 3117, in _call_aside 

the aws website states requirements:

the eb cli developed in python , requires python version 2.7 or 3.4 in order run.

http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install.html

the cli has nothing ruby or rails, it's amazon chose code tool in python need python use it.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -