Installing Anaconda on Amazon Elastic Beanstalk
问题 I've added deploy commands to my Elastic Beanstalk deployment which download the Anaconda installer, and install it into /anaconda . Everything goes well, but I cannot seem to correctly modify the PATH of my instance to include /anaconda/bin as suggested by the Anaconda installation page. If I SSH into an instance and manually add it, everything works fine. But this is obviously not the correct approach, as machines will be added automatically by EB. So my question is: how can I use Anaconda