lewagon / setup

Setup instructions for Le Wagon's students on their first day of Web Development Bootcamp
https://www.lewagon.com
18.66k stars 1.6k forks source link

add libyaml-dev #456

Closed cthonney closed 8 months ago

cthonney commented 8 months ago

Would it be possible to integrate this command into the setup for both Windows and Ubuntu? apt install libyaml-dev We could include it in the rbenv section (part: apt install). This would eliminate issues with the psych gem.

xeonnux commented 8 months ago

This looks good to me! Is there any world in which we should also include instructions to install it on Mac? @Eschults OK if we merge?

Thank you @cthonney

brew install libyaml should do the trick @ajdubovoy @cthonney want to add this one too? 😄

ajdubovoy commented 8 months ago

Yep, to be honest I think we should add it.

ajdubovoy commented 8 months ago

Thanks for adding!

ajdubovoy commented 8 months ago

Definitely! But also if it already comes installed, these commands shouldn't reinstall it, so should be fine.