Last active
August 29, 2015 14:04
-
-
Save pungoyal/2fe18049fdb9b8e2755c to your computer and use it in GitHub Desktop.
mac setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.gemrc | |
.gitconfig | |
.gitignore_global | |
.htoprc | |
.pip/ | |
.python_history | |
.ssh/ | |
.vagrant.d/ | |
.vim/ | |
.viminfo | |
.vimrc | |
.zsh_history | |
.zshrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install libxml2 libxslt | |
export C_INCLUDE_PATH=/usr/local/Cellar/libxml2/2.9.1/include/libxml2:$C_INCLUDE_PATH | |
pip install lxml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment