#!/bin/env python33

import sys
import os

sys.path.append(os.environ['IPYTHONHOME'])

from IPython import start_ipython
start_ipython()
