Ribbit assumes some paths when running it. For example, it assumes that it is run inside the src directory of the repository. This can be troublesome for installing it on a machine as the Ribbit compiler can be executed from any location. To fix this, I propose that we move these assumed paths to environment variables.
Ribbit assumes some paths when running it. For example, it assumes that it is run inside the
srcdirectory of the repository. This can be troublesome for installing it on a machine as the Ribbit compiler can be executed from any location. To fix this, I propose that we move these assumed paths to environment variables.