"우분투 python-dev 설치"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
잔글 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight))
 
3번째 줄: 3번째 줄:


==확인==
==확인==
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:~# aptitude show python-dev | grep ^State
root@zetawiki:~# aptitude show python-dev | grep ^State
State: not installed
State: not installed
</source>
</syntaxhighlight>


==설치==
==설치==
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:~# apt-get install python-dev
root@zetawiki:~# apt-get install python-dev
Reading package lists... Done
Reading package lists... Done
22번째 줄: 22번째 줄:
After this operation, 35.1 MB of additional disk space will be used.
After this operation, 35.1 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Do you want to continue? [Y/n]
</source>
</syntaxhighlight>


==확인 2==
==확인 2==
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:~# aptitude show python-dev | grep ^State
root@zetawiki:~# aptitude show python-dev | grep ^State
State: installed
State: installed
</source>
</syntaxhighlight>


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

2020년 11월 2일 (월) 02:31 기준 최신판

  다른 뜻에 대해서는 CentOS python-devel 설치 문서를 참조하십시오.
우분투 python-dev 설치

1 확인[ | ]

root@zetawiki:~# aptitude show python-dev | grep ^State
State: not installed

2 설치[ | ]

root@zetawiki:~# apt-get install python-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libexpat1-dev libpython-dev libpython2.7-dev python2.7-dev
The following NEW packages will be installed:
  libexpat1-dev libpython-dev libpython2.7-dev python-dev python2.7-dev
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 22.4 MB of archives.
After this operation, 35.1 MB of additional disk space will be used.
Do you want to continue? [Y/n]

3 확인 2[ | ]

root@zetawiki:~# aptitude show python-dev | grep ^State
State: installed

4 같이 보기[ | ]

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