Sto cercando di installare Gitlab Development Kit su Windows Ubuntu Bash .
$python3
produzione
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
produzione
The program 'python' can be found in the following packages:
* python-minimal
* python3
Try: sudo apt install <selected package>
Quando provo a fare questo:
sudo apt-get install build-essential
./configure
make -j4 # adjust according to your available CPU capacity
sudo make install
Questo è l'output successivo ./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
nessuna uscita
Come posso risolvere questo? Sono nuovo di Ubuntu.
python2
o qualcosa del genere?
$ alias python=python3
prima di scrivere Python quella volta dopo aver riaperto la sua scomparsa non ha risolto il problema
python
dalla riga di comando? Vuoi dire che hai python3
installato solo ?
python --version
; ii)which -a python
.