完全な git コマンドをタブで実行しようとすると、この python エラーが発生します。場合によっては、コマンドを完了することもありますが (ただし、3 行の Python エラーの後)、次のことを行うこともあります。Git と bash-completion は最新バージョンです。Ubuntu 13.04 を実行しています。このエラーを取り除くにはどうすればよいですか?
[~/code]$ git co[TAB]python: can't open file 'manage.py': [Errno 2] No such file or directory
python: can't open file 'manage.py': [Errno 2] No such file or directory
python: can't open file 'manage.py': [Errno 2] No such file or directory
^C
[~/code]$ sudo apt-get install bash-completion
Reading package lists... Done
Building dependency tree
Reading state information... Done
bash-completion is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[~/code]$ sudo apt-get install git
Reading package lists... Done
Building dependency tree
Reading state information... Done
git is already the newest version.
git set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.