Próbuję zainstalować Gitlab Development Kit w systemie Windows Ubuntu Bash .
$python3
wynik
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
wynik
The program 'python' can be found in the following packages:
* python-minimal
* python3
Try: sudo apt install <selected package>
Kiedy próbuję to zrobić:
sudo apt-get install build-essential
./configure
make -j4 # adjust according to your available CPU capacity
sudo make install
To jest wynik po ./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
brak wyjścia
Jak mogę to rozwiązać? Jestem nowy w Ubuntu.
python2
czy coś?
$ alias python=python3
przed napisaniem Pythona, gdy ponownie go otworzyłem, mimo że nie rozwiązało problemu
python --version
; ii)which -a python
.