{"id":10995,"date":"2019-09-30T12:24:09","date_gmt":"2019-09-30T03:24:09","guid":{"rendered":"http:\/\/mini.jellypo.pe.kr\/wp\/?p=10995"},"modified":"2019-09-30T21:24:21","modified_gmt":"2019-09-30T12:24:21","slug":"archlinux%ec%97%90%ec%84%9c-python-%eb%aa%a8%eb%93%88-%ea%b2%bd%eb%a1%9c-%ed%99%95%ec%9d%b8","status":"publish","type":"post","link":"https:\/\/mini.jellypo.pe.kr\/wp\/?p=10995","title":{"rendered":"Archlinux\uc5d0\uc11c Python \ubaa8\ub4c8 \uacbd\ub85c \ud655\uc778"},"content":{"rendered":"\n<p>pip\ub85c \uc124\uce58\ud588\uc73c\uba74 \uac04\ub2e8\ud588\uaca0\uc9c0\ub9cc Archlinux\uc5d0\uc11c \ud328\ud0a4\uc9c0\ub85c \uc81c\uacf5 \ub418\ub294 \ubaa8\ub4c8\uc774\uae38\ub798 \uadf8\ub0e5 pacman\uc73c\ub85c \uc124\uce58. \uc124\uce58\ud558\uace0 \ubcf4\ub2c8 <code>from bs4 import BeautifulSoup<\/code> \ub4f1\uc73c\ub85c \ubaa8\ub4c8 \ub85c\ub529\uc774 \uc548 \ub428(&#8230;\uc904 \uc54c\uc558\ub294\ub370 \uadf8\ub0e5 \uc18c\uc2a4 \uc798\ubabb \ubd99\uc5ec\ub123\uc5c8\ub358\uac8c \uc544\ub2cc\uac00 \uc2f6\uc74c). \uacb0\ub860\uc801\uc73c\ub85c &#8216;bs4&#8217;\ub85c \ub85c\ub529\ud574\uc57c \ud588\ub2e4.<\/p>\n\n\n\n<p>pacman -Ss beautifulsoup \ud328\ud0a4\uc9c0 \uc788\ub294\uc9c0 \uac80\uc0c9.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"881\" height=\"123\" src=\"https:\/\/mini.jellypo.pe.kr\/wp\/wp-content\/uploads\/2019\/09\/image.png\" alt=\"\" class=\"wp-image-10996\" srcset=\"https:\/\/mini.jellypo.pe.kr\/wp\/wp-content\/uploads\/2019\/09\/image.png 881w, https:\/\/mini.jellypo.pe.kr\/wp\/wp-content\/uploads\/2019\/09\/image-300x42.png 300w, https:\/\/mini.jellypo.pe.kr\/wp\/wp-content\/uploads\/2019\/09\/image-768x107.png 768w\" sizes=\"auto, (max-width: 881px) 100vw, 881px\" \/><\/figure>\n\n\n\n<p>\uc124\uce58. \uc124\uce58 \ud6c4 \uacbd\ub85c \uc2e4\uc81c \ud30c\uc77c\ub4e4 \uacbd\ub85c \ud655\uc778\uc740 pacman -Ql \ud328\ud0a4\uc9c0\uba85<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"881\" height=\"117\" src=\"https:\/\/mini.jellypo.pe.kr\/wp\/wp-content\/uploads\/2019\/09\/image-1.png\" alt=\"\" class=\"wp-image-10997\" srcset=\"https:\/\/mini.jellypo.pe.kr\/wp\/wp-content\/uploads\/2019\/09\/image-1.png 881w, https:\/\/mini.jellypo.pe.kr\/wp\/wp-content\/uploads\/2019\/09\/image-1-300x40.png 300w, https:\/\/mini.jellypo.pe.kr\/wp\/wp-content\/uploads\/2019\/09\/image-1-768x102.png 768w\" sizes=\"auto, (max-width: 881px) 100vw, 881px\" \/><\/figure>\n\n\n\n<p>__init__.py \uc774 \ubaa8\ub4c8 \ucd08\uae30\ud654 \ud30c\uc77c\uc77c\ub4ef \ud558\ub2e4. import \uba85\uc740 bs4\uac00 \uc544\ub2d0\uae4c \ucd94\uc815.<\/p>\n\n\n\n<p>\ud574\ub2f9 \uacbd\ub85c\ub97c \uae30\ubcf8 path\ub85c \uac16\uace0 \uc788\ub294\uc9c0 \ud655\uc778\ud558\ub824\uba74 sys.path \ub97c \ubcf4\uba74 \ub41c\ub2e4\uace0.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"881\" height=\"119\" src=\"https:\/\/mini.jellypo.pe.kr\/wp\/wp-content\/uploads\/2019\/09\/image-3.png\" alt=\"\" class=\"wp-image-11001\" srcset=\"https:\/\/mini.jellypo.pe.kr\/wp\/wp-content\/uploads\/2019\/09\/image-3.png 881w, https:\/\/mini.jellypo.pe.kr\/wp\/wp-content\/uploads\/2019\/09\/image-3-300x41.png 300w, https:\/\/mini.jellypo.pe.kr\/wp\/wp-content\/uploads\/2019\/09\/image-3-768x104.png 768w\" sizes=\"auto, (max-width: 881px) 100vw, 881px\" \/><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>#!env python\n\"\"\"\nArchlinux \ud658\uacbd\uc5d0\uc11c python3 module \uacbd\ub85c \ucd9c\ub825\n\"\"\"\nimport os\nimport bs4\n\nprint(bs4.__file__)\nPATH = os.path.dirname(bs4.__file__)\nprint(PATH)<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"880\" height=\"96\" src=\"https:\/\/mini.jellypo.pe.kr\/wp\/wp-content\/uploads\/2019\/09\/image-2.png\" alt=\"\" class=\"wp-image-10999\" srcset=\"https:\/\/mini.jellypo.pe.kr\/wp\/wp-content\/uploads\/2019\/09\/image-2.png 880w, https:\/\/mini.jellypo.pe.kr\/wp\/wp-content\/uploads\/2019\/09\/image-2-300x33.png 300w, https:\/\/mini.jellypo.pe.kr\/wp\/wp-content\/uploads\/2019\/09\/image-2-768x84.png 768w\" sizes=\"auto, (max-width: 880px) 100vw, 880px\" \/><figcaption>\uc2e4\ud589\uacb0\uacfc<\/figcaption><\/figure>\n\n\n\n<p>\ub9de\ub294\ub4ef. \uc798 \ub41c\ub2e4.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>pip\ub85c \uc124\uce58\ud588\uc73c\uba74 \uac04\ub2e8\ud588\uaca0\uc9c0\ub9cc Archlinux\uc5d0\uc11c \ud328\ud0a4\uc9c0\ub85c \uc81c\uacf5 \ub418\ub294 \ubaa8\ub4c8\uc774\uae38\ub798 \uadf8\ub0e5 pacman\uc73c\ub85c \uc124\uce58. \uc124\uce58\ud558\uace0 \ubcf4\ub2c8 from bs4 import BeautifulSoup \ub4f1\uc73c\ub85c \ubaa8\ub4c8 \ub85c\ub529\uc774 \uc548 \ub428(&#8230;\uc904 \uc54c\uc558\ub294\ub370 \uadf8\ub0e5 \uc18c\uc2a4 \uc798\ubabb \ubd99\uc5ec\ub123\uc5c8\ub358\uac8c \uc544\ub2cc\uac00 \uc2f6\uc74c). \uacb0\ub860\uc801\uc73c\ub85c &#8216;bs4&#8217;\ub85c \ub85c\ub529\ud574\uc57c \ud588\ub2e4. pacman -Ss beautifulsoup \ud328\ud0a4\uc9c0 \uc788\ub294\uc9c0 \uac80\uc0c9. \uc124\uce58. \uc124\uce58 \ud6c4 \uacbd\ub85c \uc2e4\uc81c \ud30c\uc77c\ub4e4 \uacbd\ub85c \ud655\uc778\uc740 pacman -Ql \ud328\ud0a4\uc9c0\uba85 __init__.py \uc774 \ubaa8\ub4c8 \ucd08\uae30\ud654 \ud30c\uc77c\uc77c\ub4ef [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[86],"class_list":["post-10995","post","type-post","status-publish","format-standard","hentry","tag-gnu-linux"],"_links":{"self":[{"href":"https:\/\/mini.jellypo.pe.kr\/wp\/index.php?rest_route=\/wp\/v2\/posts\/10995","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mini.jellypo.pe.kr\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mini.jellypo.pe.kr\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mini.jellypo.pe.kr\/wp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mini.jellypo.pe.kr\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10995"}],"version-history":[{"count":4,"href":"https:\/\/mini.jellypo.pe.kr\/wp\/index.php?rest_route=\/wp\/v2\/posts\/10995\/revisions"}],"predecessor-version":[{"id":11003,"href":"https:\/\/mini.jellypo.pe.kr\/wp\/index.php?rest_route=\/wp\/v2\/posts\/10995\/revisions\/11003"}],"wp:attachment":[{"href":"https:\/\/mini.jellypo.pe.kr\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10995"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mini.jellypo.pe.kr\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=10995"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mini.jellypo.pe.kr\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=10995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}