problems installing pylab

breamoreboy at gmail.com breamoreboy at gmail.com
Wed Feb 22 04:57:26 EST 2017


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 installing python modules in
> python 3.6.0 documentation] it says: The above example assumes that the
> option to adjust the system PATH environment variable was selected when
> installing python.
> 
> How do I do this?
> 
> I am running Windows 10
> 
> Looking forward to hearing from you
> 
> Bob

If you actually need matplotlib I suggest that you read this http://stackoverflow.com/questions/11469336/what-is-the-difference-between-pylab-and-pyplot

Kindest regards.

Mark Lawrence.



More information about the Python-list mailing list