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

Install pyenv from GitHub source #73

Merged
merged 3 commits into from
Jan 11, 2018
Merged

Install pyenv from GitHub source #73

merged 3 commits into from
Jan 11, 2018

Conversation

brainix
Copy link
Owner

@brainix brainix commented Jan 10, 2018

Before, we were installing pyenv using Homebrew, but it looks like the
formula doesn't get updated often enough. Instead, install pyenv
using pyenv-installer which pulls from GitHub source.

To upgrade an existing local development environment:

  1. $ brew uninstall pyenv
  2. $ rm -rf ~/.pyenv/
  3. $ make install
  4. $ make upgrade

For more info:
https://github.com/pyenv/pyenv-installer#github-way-recommended

Before, we were installing `pyenv` using Homebrew, but it looks like the
formula doesn't get updated often enough.  Instead, install `pyenv`
using `pyenv-installer` which pulls from GitHub source.

To upgrade an existing local development environment:

1. `$ brew uninstall pyenv`
2. `$ rm -rf ~/.pyenv/`
3. `$ make install`
4. `$ make upgrade`

For more info:
https://github.com/pyenv/pyenv-installer#github-way-recommended
@brainix
Copy link
Owner Author

brainix commented Jan 11, 2018

🐟

@brainix brainix merged commit d6ed75b into master Jan 11, 2018
@brainix brainix deleted the pyenv-from-github branch January 11, 2018 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant