Forgive me for what seems to me should be an obvious question.

How do people run development code without the need to build an entire
source distribution each time? My current strategy is to develop in a
virtualenv and then copy the changes to my numpy fork when done, but
there are lots of obvious problems with that.

Trying to run modules in the numpy branch gives me the error about
trying to import numpy from its source tree.

Cheers,

Henry

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to