On Mon, Jul 15, 2013 at 3:01 PM, Peter van Hardenberg <[email protected]> wrote: > Hi Manikanta, > > by default, the Heroku Cedar environment is very minimalist. It includes > almost no packages, including, I think(?), no Python.
False. Python is there. $ heroku create -a has-no-buildpack-whatsoever Creating has-no-buildpack-whatsoever... done, region is us http://has-no-buildpack-whatsoever.herokuapp.com/ | [email protected]:has-no-buildpack-whatsoever.git $ heroku run bash -a has-no-buildpack-whatsoever Running `bash` attached to terminal... up, run.5017 ~ $ python Python 2.7.2 (default, Apr 13 2013, 02:05:31) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
