"우분투16 idle-python2.7 설치"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
3번째 줄: 3번째 줄:


==확인==
==확인==
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:~# apt search idle-python
root@zetawiki:~# apt search idle-python
Sorting... Done
Sorting... Done
12번째 줄: 12번째 줄:
idle-python3.5/xenial-updates,xenial-updates,xenial-security,xenial-security 3.5.2-2ubuntu0~16.04.4 all
idle-python3.5/xenial-updates,xenial-updates,xenial-security,xenial-security 3.5.2-2ubuntu0~16.04.4 all
   IDE for Python (v3.5) using Tkinter
   IDE for Python (v3.5) using Tkinter
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:~# python -V
root@zetawiki:~# python -V
Python 2.7.12
Python 2.7.12
</source>
</syntaxhighlight>


==설치==
==설치==
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:~# apt install idle-python2.7
root@zetawiki:~# apt install idle-python2.7
Reading package lists... Done
Reading package lists... Done
38번째 줄: 38번째 줄:
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up idle-python2.7 (2.7.12-1ubuntu0~16.04.2) ...
Setting up idle-python2.7 (2.7.12-1ubuntu0~16.04.2) ...
</source>
</syntaxhighlight>


==확인 2==
==확인 2==
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:~# apt search idle-python
root@zetawiki:~# apt search idle-python
Sorting... Done
Sorting... Done
50번째 줄: 50번째 줄:
idle-python3.5/xenial-updates,xenial-updates,xenial-security,xenial-security 3.5.2-2ubuntu0~16.04.4 all
idle-python3.5/xenial-updates,xenial-updates,xenial-security,xenial-security 3.5.2-2ubuntu0~16.04.4 all
   IDE for Python (v3.5) using Tkinter
   IDE for Python (v3.5) using Tkinter
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2020년 12월 27일 (일) 13:30 기준 최신판

우분투16 idle-python2.7 설치
ImportError: Could not load GUI modules: No module named idlelib

1 확인[ | ]

root@zetawiki:~# apt search idle-python
Sorting... Done
Full Text Search... Done
idle-python2.7/xenial-updates,xenial-updates,xenial-security,xenial-security 2.7.12-1ubuntu0~16.04.2 all
  IDE for Python (v2.7) using Tkinter

idle-python3.5/xenial-updates,xenial-updates,xenial-security,xenial-security 3.5.2-2ubuntu0~16.04.4 all
  IDE for Python (v3.5) using Tkinter
root@zetawiki:~# python -V
Python 2.7.12

2 설치[ | ]

root@zetawiki:~# apt install idle-python2.7
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  idle-python2.7
0 upgraded, 1 newly installed, 0 to remove and 141 not upgraded.
Need to get 261 kB of archives.
After this operation, 1,331 kB of additional disk space will be used.
Get:1 http://kr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 idle-python2.7 all 2.7.12-1ubuntu0~16.04.2 [261 kB]
Fetched 261 kB in 0s (298 kB/s)         
Selecting previously unselected package idle-python2.7.
(Reading database ... 164820 files and directories currently installed.)
Preparing to unpack .../idle-python2.7_2.7.12-1ubuntu0~16.04.2_all.deb ...
Unpacking idle-python2.7 (2.7.12-1ubuntu0~16.04.2) ......................................] 
Processing triggers for mime-support (3.59ubuntu1) ......................................] 
Processing triggers for man-db (2.7.5-1) ...
Setting up idle-python2.7 (2.7.12-1ubuntu0~16.04.2) ...

3 확인 2[ | ]

root@zetawiki:~# apt search idle-python
Sorting... Done
Full Text Search... Done
idle-python2.7/xenial-updates,xenial-updates,xenial-security,xenial-security,now 2.7.12-1ubuntu0~16.04.2 all [installed]
  IDE for Python (v2.7) using Tkinter

idle-python3.5/xenial-updates,xenial-updates,xenial-security,xenial-security 3.5.2-2ubuntu0~16.04.4 all
  IDE for Python (v3.5) using Tkinter

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}