Ich versuche, Gitlab Development Kit unter Windows Ubuntu Bash zu installieren .
$python3
Ausgabe
Python 3.5.2 (default, Nov 17 2016, 17:05:23)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
$python
Ausgabe
The program 'python' can be found in the following packages:
* python-minimal
* python3
Try: sudo apt install <selected package>
Wenn ich das versuche:
sudo apt-get install build-essential
./configure
make -j4 # adjust according to your available CPU capacity
sudo make install
Dies ist die Ausgabe nach ./configure
$ ./configure
/usr/bin/env: ‘python’: No such file or directory
$ python --version
The program 'python' can be found in the following packages:
* python-minimal
* python3
Try: sudo apt install <selected package>
$which -a python
keine Leistung
Wie kann ich das lösen? Ich bin neu in Ubuntu.
python2
oder so?
$ alias python=python3
bevor ich Python geschrieben habe, als ich es wieder geöffnet habe, obwohl es das Problem nicht gelöst hat
python
über die Befehlszeile ausgeführt werden? Meinst du, du hast nur python3
installiert?
python --version
; ii)which -a python
.