Windows Ubuntu Bash에 Gitlab Development Kit 을 설치하려고합니다 .
$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
출력 없음
이 문제를 어떻게 해결할 수 있습니까? 우분투를 처음 사용합니다.
python2
?
$ alias python=python3
다시 열었다 후 다시 파이썬을 작성하기 전에 사용 했는데 문제가 해결되지 않았다
python --version
; ii)which -a python
.