Saya mencoba menginstal Kit Pengembangan Gitlab di Windows Ubuntu Bash .
$python3
keluaran
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
keluaran
The program 'python' can be found in the following packages:
* python-minimal
* python3
Try: sudo apt install <selected package>
Ketika saya mencoba melakukan ini:
sudo apt-get install build-essential
./configure
make -j4 # adjust according to your available CPU capacity
sudo make install
Ini adalah output setelahnya ./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
tidak ada output
Bagaimana saya bisa memecahkan masalah ini? Saya baru di Ubuntu.
python2
atau apa?
$ alias python=python3
sebelum menulis python waktu itu setelah membuka kembali yang hilang itu tidak menyelesaikan masalah
python --version
; ii)which -a python
.