this website says cloudfoundry have already supproted python runtimes
but when I type vmc runtimes , it doesn’t show python
Does anyone know what’s going on?
It would be very appreciated if you can help
thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Note that I haven’t done that in a while, and can’t remember if I got python support at the time, but: There are different ways to install a custom CloudFoundry, thanks to the automated script called “dev_setup” ( https://github.com/cloudfoundry/vcap/tree/master/dev_setup).
This is what is explained here ( https://github.com/cloudfoundry/vcap) and I suspect this is what you have been following, given your previous comments.
Now, here is the thing: There are different options related to what should be deployed (the “
-c” command line switch) so you may want to have a look at https://github.com/cloudfoundry/vcap/tree/master/dev_setup/deployments. In particular, there is a “all” deployment model that brings in the whole kitchen sink, so you can try this and confirm that you get python support. Also, have a look at thecustom_runtimesthing insamples, this may be of interest to you.As stated above, I haven’t done this in a while, so I hope I’m on the right track here.