Skip to content

Instantly share code, notes, and snippets.

@harobed
Created November 25, 2015 21:41
Show Gist options
  • Save harobed/67a3351fc4d880634d8f to your computer and use it in GitHub Desktop.
Save harobed/67a3351fc4d880634d8f to your computer and use it in GitHub Desktop.
VIRTUALENV ENV ------------------------>
New python executable in env/bin/python2.7
Also creating executable in env/bin/python
Installing setuptools, pip...done.
[√] SUCCESS
$ env/bin/pip install -r /opt/code/requirements.txt
PIP INSTALL --------------------------->
You are using pip version 6.0.8, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting flask (from -r /opt/code/requirements.txt (line 1))
Downloading Flask-0.10.1.tar.gz (544kB)
Collecting Werkzeug>=0.7 (from flask->-r /opt/code/requirements.txt (line 1))
Downloading Werkzeug-0.11.2-py2.py3-none-any.whl (304kB)
Collecting Jinja2>=2.4 (from flask->-r /opt/code/requirements.txt (line 1))
Downloading Jinja2-2.8-py2.py3-none-any.whl (263kB)
Collecting itsdangerous>=0.21 (from flask->-r /opt/code/requirements.txt (line 1))
Downloading itsdangerous-0.24.tar.gz (46kB)
Collecting MarkupSafe (from Jinja2>=2.4->flask->-r /opt/code/requirements.txt (line 1))
Downloading MarkupSafe-0.23.tar.gz
Installing collected packages: MarkupSafe, itsdangerous, Jinja2, Werkzeug, flask
Running setup.py install for MarkupSafe
building 'markupsafe._speedups' extension
gcc -fno-strict-aliasing -O2 -Wno-error -I/usr/include/x86_64-linux-gnu -DHAVE_DB_185_H -pthread -I/usr/include -I/data/include/db4 -I/data/include -I/data/include/ncurses -DNDEBUG -O2 -Wno-error -I/usr/include/x86_64-linux-gnu -DHAVE_DB_185_H -pthread -I/usr/include -I/data/include/db4 -I/data/include -I/data/include/ncurses -fPIC -I/data/include/python2.7 -c markupsafe/_speedups.c -o build/temp.linux-x86_64-2.7/markupsafe/_speedups.o
gcc -shared -L/var/tmp/pkgsrc-build-base/base/python27/work/Python-2.7.10 -L/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -pthread -L/data/lib -Wl,-R/data/lib build/temp.linux-x86_64-2.7/markupsafe/_speedups.o -L/data/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/markupsafe/_speedups.so
Running setup.py install for itsdangerous
Running setup.py install for flask
Successfully installed Jinja2-2.8 MarkupSafe-0.23 Werkzeug-0.11.2 flask-0.10.1 itsdangerous-0.24
[√] SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment