From c178db7792e6a5a964830be20f28a0fc6b55ed03 Mon Sep 17 00:00:00 2001 From: Ben Norquist Date: Tue, 20 Nov 2018 12:07:27 -0600 Subject: [PATCH] redundant instructions --- docs/starting/install3/osx.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/starting/install3/osx.rst b/docs/starting/install3/osx.rst index 9d5b816..b848219 100644 --- a/docs/starting/install3/osx.rst +++ b/docs/starting/install3/osx.rst @@ -114,8 +114,6 @@ The rest of the guide will assume that ``python`` references Python 3. $ python --version Python 3.6.4 # Success! # If you still see 2.7 ensure in PATH /usr/local/bin/ takes precedence over /usr/bin/ - # If you are running OSX High Sierra add this to your .bash_profile or .profile instead - # export PATH="/usr/local/opt/python/libexec/bin:$PATH" Pipenv & Virtual Environments -----------------------------