আমি উইন্ডোজ উবুন্টু বাশে গিটলাব ডেভলপমেন্ট কিট ইনস্টল করার চেষ্টা করছি ।
$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
।