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

pull/113/head
Felddy 4 years ago
parent 466ef0cce5
commit 996ae2677a
No known key found for this signature in database
GPG Key ID: AFD7E112AF75260E
  1. 5
      CONTRIBUTING.md
  2. 5
      setup-env

@ -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…
Cancel
Save