JarryShaw / virtualenvs

My Python Virtual Environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS Python Virtual Environments

CPython

  • CPython 2.7: /usr/local/opt/python@2/bin/python2.7 (installed through Homebrew)
  • CPython 3.4: /Library/Frameworks/Python.framework/Versions/3.4/bin/python3.4 (installed through official release)
  • CPython 3.5: /Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5 (installed through official release)
  • CPython 3.6: /Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6 (installed through official release)
  • CPython 3.7: /usr/local/opt/python/bin/python3.7 (installed through Homebrew)

PyPy

About

My Python Virtual Environments

License:The Unlicense


Languages

Language:Makefile 100.0%