How do I run python on my Vagrant vm instance that is CoreOS?

后端 未结 2 1510
孤城傲影
孤城傲影 2021-01-27 11:42

How do I run python on my Vagrant vm instance that is CoreOS? I would like to access the python interpreter. Thanks!

2条回答
  •  迷失自我
    2021-01-27 12:11

    Applications and dependencies such as python run in containers on CoreOS. There are many pre-built python containers, such as: https://quay.io/repository/freshbooks/python

提交回复
热议问题