LIBMEMCACHED=/opt/local pip install pylibmc
http://stackoverflow.com/questions/14803310/error-when-install-pylibmc-using-pip
LIBMEMCACHED=/opt/local pip install pylibmc
http://stackoverflow.com/questions/14803310/error-when-install-pylibmc-using-pip
First, check the version of Ubuntu:
lsb_release -sc
You need to add the latest PostgreSQL repository for the latest version, otherwise It will install PostgreSQL 9.3. This is for trusty version.
sudo add-apt-repository "deb https://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main"
Update and Install PostgreSQL 9.4:
#!/usr/bin/env python | |
# http://pygithub3.readthedocs.org/en/latest/ | |
# Pip install pygithub3 | |
from pygithub3 import Github | |
token = '<your GitHub application token>' | |
# Teams |