J'essaie d'installer le kit de développement Gitlab sur Windows Ubuntu Bash .
$python3
production
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
production
The program 'python' can be found in the following packages:
* python-minimal
* python3
Try: sudo apt install <selected package>
Quand j'essaye de faire ça:
sudo apt-get install build-essential
./configure
make -j4 # adjust according to your available CPU capacity
sudo make install
Ceci est la sortie aprè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
aucune sortie
Comment puis-je resoudre ceci? Je suis nouveau sur Ubuntu.
python2
ou quelque chose?
$ alias python=python3
avant d'écrire du python à ce moment-là, après avoir rouvert ses portes, il n'a pas résolu le problème
python --version
; ii)which -a python
.