Skip to content

Instantly share code, notes, and snippets.

@mactkg
Created January 23, 2016 03:23
Show Gist options
  • Save mactkg/1842a40b5759e214bc5a to your computer and use it in GitHub Desktop.
Save mactkg/1842a40b5759e214bc5a to your computer and use it in GitHub Desktop.
xcode-select --install
brew install asciidoc
brew install libxml2 --with-python # is it required?
pyenv virtualenv `pyenv versions | grep '\d\.' | tail -n1` nikola
pyenv local nikola
pip install nikola
pip install --upgrade "nikola[Extras]"
pip install --upgrade python-Levenshtein
@mactkg
Copy link
Author

mactkg commented Jan 23, 2016

pyenv-virtualenv activate environemnt automatically, so we don't require loading nikola/bin/activate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment