Estoy tratando de instalar el Kit de desarrollo de Gitlab en Windows Ubuntu Bash .
$python3
salida
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
salida
The program 'python' can be found in the following packages:
* python-minimal
* python3
Try: sudo apt install <selected package>
Cuando trato de hacer esto:
sudo apt-get install build-essential
./configure
make -j4 # adjust according to your available CPU capacity
sudo make install
Esta es la salida después ./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
ninguna salida
¿Como puedo resolver esto? Soy nuevo en Ubuntu.
python2
o algo así?
$ alias python=python3
antes de escribir en Python que tiempo después de la reapertura de la madrugada, se ha ido que no resolvió el problema
python --version
; ii)which -a python
.