Re: problems installing pylab

2017-02-22 Thread breamoreboy
On Tuesday, February 21, 2017 at 3:55:40 PM UTC, Robert William Lunnon wrote: > Dear Python > > I am trying to install pylab alongside python 3.6. However when I type > > python -m pip install pylab > > I get the message > > No module named site > > In the documentation [documentation for inst

Re: problems installing pylab

2017-02-21 Thread Terry Reedy
On 2/21/2017 10:47 AM, Robert William Lunnon wrote: I am trying to install pylab alongside python 3.6. On Windows 10 as you said at the bottom. However when I type python -m pip install pylab Try py -3.6 -m pip install pylab The '.6' should not be needed, but will make the command fail

problems installing pylab

2017-02-21 Thread Robert William Lunnon
Dear Python I am trying to install pylab alongside python 3.6. However when I type python -m pip install pylab I get the message No module named site In the documentation [documentation for installing python modules in python 3.6.0 documentation] it says: The above example assumes that the opt