Я намагаюся встановити Gitlab Development Kit на Windows Ubuntu Bash .
$python3
вихід
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
вихід
The program 'python' can be found in the following packages:
* python-minimal
* python3
Try: sudo apt install <selected package>
Коли я намагаюся це зробити:
sudo apt-get install build-essential
./configure
make -j4 # adjust according to your available CPU capacity
sudo make install
Це вихід після ./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
немає виходу
Як я можу це вирішити? Я новачок у Ubuntu.
python2
чи щось таке?
$ alias python=python3
перед тим, як писати python в той час після того, як знову відкрив його, він не вирішив проблему
python --version
; іі)which -a python
.