Skip to content

Instantly share code, notes, and snippets.

@vikbert
Created March 30, 2018 16:06
Show Gist options
  • Select an option

  • Save vikbert/8f2e8d87ac9d75bb7ad41e4f2f396e21 to your computer and use it in GitHub Desktop.

Select an option

Save vikbert/8f2e8d87ac9d75bb7ad41e4f2f396e21 to your computer and use it in GitHub Desktop.
[python] install config downgrade python #python

downgrade python

current python version was 3.6.4 python --help

But for compiler electron app, I need the previous version Python >= v2.5.0 & < 3.0.0

brew install pyenv
pyenv install 2.7.10
pyenv global 2.7.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment