Skip to content

Instantly share code, notes, and snippets.

@sgcgl
sgcgl / PythonSetup.md
Created January 22, 2020 23:19 — forked from patriciogonzalezvivo/PythonSetup.md
How to install Python correctly on Mac OSX

Install Homebrew

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

Add PATH to ~/.bash_profile and ~/.zshrc

export PATH=/usr/local/bin:$PATH
@sgcgl
sgcgl / Python3 Virtualenv Setup.md
Created January 4, 2020 23:38 — forked from pandafulmanda/Python3 Virtualenv Setup.md
Setting up and using Python3 Virtualenv on Mac

Python3 Virtualenv Setup

Requirements
  • Python 3
  • Pip 3
$ brew install python3