mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 08:30:48 +00:00
Add recommendation to install brew, instead of assuming it is available.
This commit is contained in:
parent
466ef0cce5
commit
996ae2677a
2 changed files with 6 additions and 4 deletions
|
@ -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 -)"
|
||||
|
|
|
@ -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 -)"
|
||||
|
|
Loading…
Reference in a new issue