Created
January 27, 2020 12:18
-
-
Save markuman/c17931d991cbda4e95f95b63fc852d67 to your computer and use it in GitHub Desktop.
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
m@EC2AMAZ-TFFLO06:~$ which python | |
m@EC2AMAZ-TFFLO06:~$ which python3 | |
/usr/bin/python3 | |
m@EC2AMAZ-TFFLO06:~$ sudo ln -s /usr/bin/python3 /usr/bin/python | |
[sudo] password for m: | |
m@EC2AMAZ-TFFLO06:~$ aws configure | |
-bash: /mnt/c/Users/Administrator/AppData/Local/Programs/Python/Python38/Scripts/aws: c:\users\administrator\appdata\local\programs\python\python38\python.exe^M: bad interpreter: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment