Skip to content

Instantly share code, notes, and snippets.

@markuman
Created January 27, 2020 12:18
Show Gist options
  • Save markuman/c17931d991cbda4e95f95b63fc852d67 to your computer and use it in GitHub Desktop.
Save markuman/c17931d991cbda4e95f95b63fc852d67 to your computer and use it in GitHub Desktop.
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