schultyy / avm

Installs Ruby and node.js on your machine
11 stars 4 forks source link

Check for mandatory env variables #96

Open schultyy opened 7 years ago

schultyy commented 7 years ago

As a user I want to build Ruby on a Mac with MacOS > 10.10. In order to get a working Ruby installation, certain environment variables have to be in place before the build starts.

avm should check if these variables are there and if not it should require the user to set them.