Re: Python3 packages installation

2018-10-10 Thread Rich Shepard
On Wed, 10 Oct 2018, Jim wrote: I think you have to first install a package called 'python3-pip'. At least that's what I had to do on Ubuntu. Jim, Well, it did not occur to me to try a hyphenated name. I'm sure that's the solution. Thanks for the pointer! Best regards, Rich -- https://mai

Re: Python3 packages installation

2018-10-10 Thread Jim
On 10/10/2018 03:05 PM, Rich Shepard wrote:   Here, both python-2.7.15 and python3-3.6.6 are installed. Using pip (which I understand works with both python versions) I was able to install ipython, matplotlib, numpy, and pandas. They're all in /usr/lib64/python2.7/site-packages.   Now I want

Python3 packages installation

2018-10-10 Thread Rich Shepard
Here, both python-2.7.15 and python3-3.6.6 are installed. Using pip (which I understand works with both python versions) I was able to install ipython, matplotlib, numpy, and pandas. They're all in /usr/lib64/python2.7/site-packages. Now I want to install the same packages for python3 so th