Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Latest python environment variable to workaround pyenv missing latest version #195

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 21, 2020

  1. Use grep instead of ag

    SilverSearcher isnt available by default, so use grep instead.
    neilmb committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    d2be743 View commit details
    Browse the repository at this point in the history
  2. Workaround for pyenv not having a version yet

    If brew gets a version of Python before the released version
    of pyenv, then pyenv installation will fail. This adds an
    environment variable LATEST_PYTHON_3 that can be used to
    override the version discovered from brew.
    neilmb committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    d06ef09 View commit details
    Browse the repository at this point in the history