From 2857fda10af6223255d06f530b677433c093fe9e Mon Sep 17 00:00:00 2001 From: Allison Browne Date: Mon, 11 Jun 2018 15:58:08 -0400 Subject: [PATCH] Update osx.rst --- docs/starting/install3/osx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/install3/osx.rst b/docs/starting/install3/osx.rst index f6ef4e828..1ffdf4ba9 100644 --- a/docs/starting/install3/osx.rst +++ b/docs/starting/install3/osx.rst @@ -107,7 +107,7 @@ The rest of the guide will assume that ``python`` references Python 3. # Do I have a Python 3 installed? $ python --version Python 3.6.4 # Success! - # If you still see 2.7 ensure in PATH /usr/local/bin/ takes pecedence over /usr/bin/ + # If you still see 2.7 ensure in PATH /usr/local/bin/ takes precedence over /usr/bin/ Pipenv & Virtual Environments -----------------------------