[Chicago] Install problems with numpy via pip on Snow Leopard (Mac OS X 10.6.x)

Steve Schwarz steve at agilitynerd.com
Wed Feb 20 15:03:10 CET 2013


On Wed, Feb 20, 2013 at 7:48 AM, Skip Montanaro <skip at pobox.com> wrote:

> (venv)mysite% file /Users/skip/django/mysite/venv/bin/python
> /Users/skip/django/mysite/venv/bin/python: Mach-O executable i386
> (venv)mysite% file
>
> /Users/skip/django/mysite/venv/lib/python2.7/site-packages/numpy/core/multiarray.so
>
> /Users/skip/django/mysite/venv/lib/python2.7/site-packages/numpy/core/multiarray.so:
> Mach-O 64-bit bundle x86_64
>
> So, it appears to be time to refresh my Python interpreter.  Is there
> an easy way to update the Python install inside an existing
> virtualenv?
>

I usually just rebuild from my requirements.txt file.

But you can also:
rm venv/bin/python*
rm venv/bin/pip*
mvkirtualenv -p yourpythonexe venv

Best Regards,
Steve
Blogs: http://agilitynerd.com/  http://tech.agilitynerd.com/
Dog Agility Search: http://googility.com/
Dog Agility Courses: http://agilitycourses.com/
http://www.facebook.com/AgilityNerd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20130220/304a2f8c/attachment.html>


More information about the Chicago mailing list