ddev / ddev-platformsh

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

PATH addition not working, add it in platform-environment.sh #75

Closed lolautruche closed 1 year ago

lolautruche commented 1 year ago

/var/www/html/.global/bin was not correctly set in the $PATH using regular web_environment section. Fix #74

lolautruche commented 1 year ago

I couldn't have $PATH work in web_environment. It just doesn't show up unfortunately.

lolautruche commented 1 year ago

I mean, it does show up in config.platformsh.yaml, but the value is not taken into account. Plus, the value is expanded to the host value of $PATH

rfay commented 1 year ago

Ah, overriding PATH the way it was being done doesn't work. Thanks for explaining.