ddev / ddev-platformsh

Add integration with Platform.sh hosting service
Apache License 2.0
9 stars 10 forks source link

Add python2 support to platformsh installs for #11 #27

Closed rfay closed 1 year ago

rfay commented 2 years ago

It seems that python2 is installed as platform in most platform VMs, so add that. Even when not explicitly used, it may be used in things like yarn install

rfay commented 2 years ago
rfay commented 2 years ago

To test this, use ddev get https://github.com/rfay/ddev-platformsh/tree/20220822_python2_support/tarball

rfay commented 1 year ago

Rebased

rfay commented 1 year ago

Rebased.

@lolautruche we need to figure out a strategy on this. Python2 is way past EOL, but very much alive at Platform.sh. Right now the additional cost of building all these extensions is nontrivial. It may be that we can know somehow if a project is still stuck on Python2? How would we know that?

lolautruche commented 1 year ago

Thanks for the heads up @rfay! I understand the cost of building, let's discuss this.

rfay commented 1 year ago

We're not going to support python2