|
From: Paul H. <pmh...@gm...> - 2014-04-12 02:06:21
|
You're on windows, so that last command is just "activate mpl33" On Fri, Apr 11, 2014 at 7:05 PM, Paul Hobson <pmh...@gm...> wrote: > You should be using conda to install matplotlib: > > conda create --name mpl33 matplotlib python=3.3 ipython-notebok > source activate mpl33 > > > On Fri, Apr 11, 2014 at 8:11 AM, grivet <gr...@cn...> wrote: > >> Under Win7pro, I have tried to install matplotlib by running either >> matplotlib-1.3.0.win32-py3.3.exe or >> matplotlib-1.3.1.win32-py3.3.exe. In each case, the installer tells >> pythion-3.3 is not in the registry (although >> Anaconda was successfully installed previousle). A pop-up window then >> opens, asking me for the python >> and installation directories. It proves impossible to write anything in >> this window. >> Does anybody know what's wrong in my set up ? >> TIA for any help >> JP Grivet* >> >> >> >> ------------------------------------------------------------------------------ >> Put Bad Developers to Shame >> Dominate Development with Jenkins Continuous Integration >> Continuously Automate Build, Test & Deployment >> Start a new project now. Try Jenkins in the cloud. >> http://p.sf.net/sfu/13600_Cloudbees >> _______________________________________________ >> Matplotlib-users mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >> > > |