Tôi đang cố gắng cài đặt Bộ phát triển Gitlab trên Windows Ubuntu Bash .
$python3
đầu ra
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
đầu ra
The program 'python' can be found in the following packages:
* python-minimal
* python3
Try: sudo apt install <selected package>
Khi tôi cố gắng làm điều này:
sudo apt-get install build-essential
./configure
make -j4 # adjust according to your available CPU capacity
sudo make install
Đây là đầu ra sau ./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
không có đầu ra
Làm sao tôi có thể giải quyết việc này? Tôi mới dùng Ubuntu.
python2
hay cái gì đó?
$ alias python=python3
trước khi viết con trăn vào thời điểm đó sau khi mở lại, nó không giải quyết được vấn đề
python --version
; ii)which -a python
.