1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 16:40:48 +00:00

Add recommendation to install brew, instead of assuming it is available.

This commit is contained in:
Felddy 2020-06-22 17:13:51 -04:00
parent 466ef0cce5
commit 996ae2677a
No known key found for this signature in database
GPG key ID: AFD7E112AF75260E
2 changed files with 6 additions and 4 deletions

View file

@ -59,8 +59,9 @@ environment.
#### Installing and using `pyenv` and `pyenv-virtualenv` ####
On the Mac, installation is as simple as `brew install pyenv
pyenv-virtualenv` and adding this to your profile:
On the Mac, we recommend installing [brew](https://brew.sh/). Then
installation is as simple as `brew install pyenv pyenv-virtualenv` and
adding this to your profile:
```bash
eval "$(pyenv init -)"

View file

@ -69,8 +69,9 @@ if [ -z "$(command -v pyenv)" ] || [ -z "$(command -v pyenv-virtualenv)" ]; then
if [[ "$OSTYPE" == "darwin"* ]]; then
cat << 'END_OF_LINE'
On the Mac, installation is as simple as "brew install pyenv
pyenv-virtualenv" and adding this to your profile:
On the Mac, we recommend installing brew, https://brew.sh/. Then installation
is as simple as `brew install pyenv pyenv-virtualenv` and adding this to your
profile:
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"