2017-03-23 12 views
0

私はPython 3のビルドシステムを崇高なテキストで作成しようとしていましたが、常に失敗しました。kaliでpythonと昇華しない

[email protected]:/# whereis python 
python: /usr/bin/python3.5 /usr/bin/python2.7 /usr/bin/python /usr/bin/python2.7-config /usr/bin/python3.5m /usr/lib/python3.5 /usr/lib/python2.6 /usr/lib/python2.7 /etc/python3.5 /etc/python2.7 /etc/python /usr/local/lib/python3.5 /usr/local/lib/python2.7 /usr/include/python2.7 /usr/include/python3.5m /usr/share/python /usr/share/man/man1/python.1.gz 
[email protected]:/# 

私のpythonを削除中にエラーが出る::私のpythonファイルがどこにある

これは、これは崇高なテキスト、

{  'cmd': ['/usr/bin/python3', '-u', '$file'],  

'file_regex': '^[ ]*File "(…*?)", line ([0-9]*)',  

'selector': 'source.python' 
} 
の私のビルドシステムコードで、

[email protected]:/# apt-get remove python2.7 
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. 

私は次のことをしたかった:

  1. 削除パイソン完全カーリー2.0
  2. からのpython 3
  3. をインストール
  4. 崇高なテキストでのpythonのための既存のビルドシステムを削除する崇高なテキストでのpython3のビルドシステムを作成します。

私が間違っていることや何をすべきかを教えてください。

あなたは、カーリーのLinuxからのPythonをアンインストールしないでくださいあなたはスクリプトが

書かれているPythonのバージョンに依存し

python3 python3_script.py 
python2 python2_script.py 

よう を使用したいのpythonのバージョンを指定するためにすべきであるカリで

答えて

-1

python2とpython3が必要です

関連する問題