Skip to content

Instantly share code, notes, and snippets.

@lost-theory
Created July 11, 2012 16:12
Show Gist options
  • Save lost-theory/3091483 to your computer and use it in GitHub Desktop.
Save lost-theory/3091483 to your computer and use it in GitHub Desktop.
flask-dropbox 0.1.2 install
stevek@thor ~
$ virtualenv flaskdropbox_env
New python executable in flaskdropbox_env/bin/python
Installing setuptools............done.
stevek@thor ~
$ cd flaskdropbox_env/
stevek@thor ~/flaskdropbox_env
$ bin/pip install Flask-Dropbox
Downloading/unpacking Flask-Dropbox
Downloading Flask-Dropbox-0.1.2.tar.gz
Running setup.py egg_info for package Flask-Dropbox
Downloading/unpacking Flask (from Flask-Dropbox)
Downloading Flask-0.9.tar.gz (481Kb): 481Kb downloaded
Running setup.py egg_info for package Flask
warning: no files found matching '*' under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'examples'
warning: no previously-included files matching '*.pyo' found under directory 'examples'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
Downloading/unpacking Werkzeug>=0.7 (from Flask->Flask-Dropbox)
Downloading Werkzeug-0.8.3.tar.gz (1.1Mb): 1.1Mb downloaded
Running setup.py egg_info for package Werkzeug
warning: no files found matching '*' under directory 'werkzeug/debug/templates'
warning: no files found matching '*' under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'examples'
warning: no previously-included files matching '*.pyo' found under directory 'examples'
no previously-included directories found matching 'docs/_build'
Downloading/unpacking Jinja2>=2.4 (from Flask->Flask-Dropbox)
Downloading Jinja2-2.6.tar.gz (389Kb): 389Kb downloaded
Running setup.py egg_info for package Jinja2
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
Installing collected packages: Flask, Flask-Dropbox, Jinja2, Werkzeug
Running setup.py install for Flask
warning: no files found matching '*' under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'examples'
warning: no previously-included files matching '*.pyo' found under directory 'examples'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
Running setup.py install for Flask-Dropbox
Running setup.py install for Jinja2
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
Running setup.py install for Werkzeug
warning: no files found matching '*' under directory 'werkzeug/debug/templates'
warning: no files found matching '*' under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'examples'
warning: no previously-included files matching '*.pyo' found under directory 'examples'
no previously-included directories found matching 'docs/_build'
Successfully installed Flask Flask-Dropbox Jinja2 Werkzeug
Cleaning up...
stevek@thor ~/flaskdropbox_env
$ la lib/python2.6/site-packages/flask_dropbox
flask_dropbox/ Flask_Dropbox-0.1.2-py2.6.egg-info/
stevek@thor ~/flaskdropbox_env
$ cd lib/python2.6/site-packages/flask_dropbox
stevek@thor ~/flaskdropbox_env/lib/python2.6/site-packages/flask_dropbox
$ find .
.
./utils.pyc
./__init__.pyc
./views.py
./views.pyc
./__init__.py
./settings.pyc
./blueprint.py
./blueprint.pyc
./utils.py
./settings.py
#no *.html files...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment