Skip to content

Instantly share code, notes, and snippets.

@baybatu
Created October 16, 2018 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baybatu/8e51c687c01864552acad775ee182f6b to your computer and use it in GitHub Desktop.
Save baybatu/8e51c687c01864552acad775ee182f6b to your computer and use it in GitHub Desktop.
Install pip package for specified Python version
pyenv shell 3.6.4 # Shell specific Python version
/usr/local/var/pyenv/versions/3.6.4/bin/python -m pip install -U PACKAGE_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment