Skip to content

Instantly share code, notes, and snippets.

@hopewise
Last active May 28, 2018 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hopewise/7bfdd80e9e9a0e2fe4ea95866fec3a0c to your computer and use it in GitHub Desktop.
Save hopewise/7bfdd80e9e9a0e2fe4ea95866fec3a0c to your computer and use it in GitHub Desktop.
force python3 in terminal, this is important to make sure AWS eb deploy uses git to deploy
#to let eb use python3
export PATH=/Users/Apple/Library/Python/3.4/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment