Filed under Uncategorized

A Primer on virtualenv

What is virtualenv and Why Should You Use It? Put simply (and copied from the project page), virtualenv is a tool to create isolated Python environments. Why is this good? You can create a new Python environment to run a Python/Django/whatever app and install all package dependencies into the virtualenv without affecting your system’s site-packages. … Continue reading »

Word Movement in iTerm on OS X

Prompted by a question from Tim Rosenblatt and answer from Matt Williams about how to move forward and backward by words in OS X Terminal.app, I wanted to see how to do this in iTerm. Referencing the article Matt sent made it easy. In iTerm, choose Manage Profiles from the Bookmarks menu. Expand the Keyboard … Continue reading »

Rex

We’ll miss you, buddy.