Skip to content

Instantly share code, notes, and snippets.

View amp343's full-sized avatar

Andrew Peters amp343

View GitHub Profile
$ virtualenv -p /usr/local/bin/python3 venv
Running virtualenv with interpreter /usr/local/bin/python3
Using base prefix '/usr/local/Cellar/python3/3.6.2/Frameworks/Python.framework/Versions/3.6'
New python executable in venv/bin/python3.6
Not overwriting existing python script venv/bin/python (you must use venv/bin/python3.6)
Installing setuptools, pip, wheel...done.
$ source venv/bin/activate
(venv) $ pip install invoke
@amp343
amp343 / gist:f41d366316fe8677b66a
Last active May 30, 2018 06:45
Bootstrap modal HAML
.modal.fade.modal-fade
.modal-dialog
.modal-content
.modal-header
%button.close{type:'button', data:{dismiss:'modal'}}
%span{aria:{hidden:'true'}}
%i.fa.fa-close
%span.sr-only Close
%h4.modal-title
.modal-body