Skip to content

Instantly share code, notes, and snippets.

@trigfa
Created April 1, 2017 16:06
Show Gist options
  • Save trigfa/defa7dc29aa19c56576215f114af057d to your computer and use it in GitHub Desktop.
Save trigfa/defa7dc29aa19c56576215f114af057d to your computer and use it in GitHub Desktop.
In order to over ride anaconda python and replace temporarily with the system python, open a bash terminal and type:
export PATH="/usr/local/bin/:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment