<div dir="ltr">Eric,<div><br></div><div>While this doesn't quite answer your specific questions about virtualenv on a mac, you might check out the GitHub repository for the 2nd edition of <i>Mining the Social Web. </i>Instead of walking users through installing Python and IPython, the author has them install a linux virtual machine and uses Vagrant to automatically build an IPython environment.</div>
<div><br></div><div>There is a screencast and instructions on how to set-up the virtual development environment. I like this approach because it sidesteps the problem of installing IPython and its dependencies on the local machine. </div>
<div><i><a href="https://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition#the-mining-the-social-web-virtual-machine">https://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition#the-mining-the-social-web-virtual-machine</a></i><br>
</div><div><br></div><div>If both of you use a VM then you can have the exact same development environment regardless of your host operating system (linux/win/osx). </div><div><br></div><div class="gmail_extra">Just putting this out as a possible alternative to your challenge.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">--</div><div class="gmail_extra">mcb<br><br><div class="gmail_quote">On Wed, Nov 27, 2013 at 10:53 AM, Eric Matthes <span dir="ltr"><<a href="mailto:ehmatthes@gmail.com" target="_blank">ehmatthes@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>I am trying to help a colleague get IPython Notebook running on a mac. I use Ubuntu, and I've lost track of everything I did to get IPython running on my machine. Right now, I can get IPython Notebook working in a virtual environment by running the following commands:</div>

<div><br></div><div><div style="font-family:arial,sans-serif;font-size:13px">    ~$ mkdir test_ipython</div><div style="font-family:arial,sans-serif;font-size:13px">    ~$ cd test_ipython</div><div style="font-family:arial,sans-serif;font-size:13px">

    ~/test_ipython$ virtualenv -p python3.3 venv</div><div style="font-family:arial,sans-serif;font-size:13px">    ~/test_ipython$ source venv/bin/activate</div><div style="font-family:arial,sans-serif;font-size:13px">    (venv)~/test_ipython$ pip install ipython[all]==1.1.0</div>

</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">After this, I can run `ipython --version` and I see `1.1.0`, and I can run `ipython notebook` successfully from an activated virtual environment.</div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">My colleague is having issues, I believe, with pyzmq. Can someone clarify what is wrong with these instructions, or what he needs to do to his overall system to make these instructions work? He has python2.7 and python3.3 installed on his system.</div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Also, I am quite new to the list, and if this kind of question really belongs on Stack Overflow please let me know. I've been hunting around for a while, but there are so many installation instructions for various versions of IPython, and so many dependencies that I get lost pretty quickly in the existing documentation.</div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Thank you,</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">

Eric Matthes</div></div>
<br>_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br></blockquote></div><br></div></div>