On Tue, Nov 13, 2012 at 6:26 PM, Adam Stone <[email protected]> wrote: > Regarding upgrading to FiPy 3, I currently have FiPy 2 installed via > extracting the folder and running python setup.py install. I'm tempted > to do the same thing with 3, but will this simply upgrade the existing > installation or will it leave me with two versions installed together > and possibly conflicting?
Adam, Version 3 will overwrite version 2. No need to worry about uninstalling. FiPy is the same as any other Python package in terms of installation protocol. Do I need to uninstall version 2 first, and if > so, is there an easy way to do that? No need. People get into trouble when they have an older version installed, but have unpacked a newer version and then run from within the unpacked directory (without installing it) or have packages on multiple paths. Just don't do that and you should be fine. -- Daniel Wheeler _______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
