Am 28.04.2012 18:04, schrieb krastanov.ste...@gmail.com:
If you want an independent environment you can do something like this:

# virtualenv ENV
# cd ENV
# source bin/activate
# pip install numpy
# pip install gmpy
# pip etc...
# #do whatever you want
# deactivate
# cd ..

and your system will not be polluted in any way.

Thanks.

I more or less knew what you were saying here, but I hadn't seen the full workflow yet. Now virtualenv mastery isn't a scary open-ended project anymore, but a list of points that I can tick off and that will come to a definitive end. That's always good to know :-)

--
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to