ฉันพยายามที่จะติดตั้งชุดพัฒนา Gitlab บน Windows Ubuntu ทุบตี
$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 --version
;which -a python
ii)