Last active
May 28, 2018 08:02
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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