Update the pyenv installation instructions

In particular, mention pyenv-installer.
pull/113/head
Jeremy Frasier 5 years ago
parent 2b479fdf28
commit 4d87c35b50
No known key found for this signature in database
GPG Key ID: 285B4A02F4305C09
  1. 9
      CONTRIBUTING.md

@ -56,11 +56,10 @@ eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)" eval "$(pyenv virtualenv-init -)"
``` ```
For Linux you will need to find a package for your particular distro, For Linux (or on the Mac, if you don't want to use `brew`) you can use
or follow the manual instructions [pyenv/pyenv-installer](https://github.com/pyenv/pyenv-installer) to
[here](https://github.com/pyenv/pyenv#installation) and install the necessary tools. When you are finished you will need to
[here](https://github.com/pyenv/pyenv-virtualenv#installation). Then add the same two lines above to your profile.
you will need to add the same bit above to your profile.
For a list of Python versions that are already installed and ready to For a list of Python versions that are already installed and ready to
use with `pyenv`, use the command `pyenv versions`. To see a list of use with `pyenv`, use the command `pyenv versions`. To see a list of

Loading…
Cancel
Save