lxml是python的乙個庫,主要用於處理xml和html。
最近需要用lxml,但是在ubuntu上直接pip安裝失敗,研究了半天終於找到了正確安裝方法,記錄在此。
由於ubuntu和debian安裝軟體方法一樣,所以兩個系統都適用。
$sudo apt-get install libxml2-dev libxslt-dev python2.7-dev$sudo pip install lxml
你可以把2.7換成你的python版本。
$sudo apt-get install python-lxml
Ubuntu Debian中locale的配置教程
常見錯誤 1.no such file 用locale 命令的時候就會出現 locale cannot set lc ctype to default locale no such file or directory locale cannot set lc messages to default ...
ubuntu debian 模組載入方式
如果你希望系統啟動時自動載入你的模組,有兩種方式 一種是將你的模組包含進initrd檔案裡,一般情況下不需要使用這種方式,除非不載入你的模組的話核心不能正常啟動。參見initramfs tools軟體包的相關資訊。另一種是通過配置檔案完成的,主要的配置檔案是 etc modules 比如你的模組名字...
Ubuntu Debian中locale的配置教程
常見錯誤 1.no such file 用locale 命令的時候就會出現 locale cannot set lc ctype to default locale no such file or directory locale cannot set lc messages to default ...