Hi, I want to download Android Source using these directions:
http://source.android.com/source/downloading.html
however, as I type the first line from the instructions - "mkdir ~/bin" , I get this message on the terminal:
-----------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/command-not-found", line 21, in <module>
os.execvp("python3", [sys.argv[0]] + sys.argv)
File "/usr/lib/python2.7/os.py", line 344, in execvp
_execvpe(file, args)
File "/usr/lib/python2.7/os.py", line 380, in _execvpe
func(fullname, *argrest)
OSError: [Errno 2] No such file or directory
-----------------------------------------------------------------
I think I messed up Linux OS itself because the first time I tried this "mkdir ~/bin" it worked but I deleted the folder and tried to do it again with this error.. no idea what to do
appreciate any help, thanks




