Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation requirements for MacOS #6

Open
AllarVi opened this issue Oct 2, 2019 · 1 comment
Open

Installation requirements for MacOS #6

AllarVi opened this issue Oct 2, 2019 · 1 comment
Assignees

Comments

@AllarVi
Copy link

AllarVi commented Oct 2, 2019

Proposing to add installation of "gettext" package via brew for installing on mac os, since "envsubst" seems not to be included in mac's bash by default. envsubst is required by the installation scripts.

brew install gettext
brew link --force gettext 

Taken from: https://stackoverflow.com/questions/23620827/envsubst-command-not-found-on-mac-os-x-10-8

@minhoryang
Copy link

export PATH="/usr/local/opt/gettext/bin:$PATH" also works (without --force)

@glegoux glegoux self-assigned this May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants