Re: Xterm scrolling very slow

2020-05-01 Thread Dave Allured - NOAA Affiliate via macports-users
Christoph, consider using Apple Terminal (in Utilities), rather than Xterm. This does not directly answer your question, but it was definitely an improvement for me. After I started using Mac OS a long time ago, I discovered Apple Terminal as an alternative to Xterm. As a native Apple

Re: Python 3.8.2 - Macports configuration problem

2020-05-01 Thread Noam Bernstein via macports-users
> On May 1, 2020, at 8:14 AM, Christopher Jones > wrote: > > As an end user you should not use pip, any version of it, to install packages > directly into the MacPorts prefix. period. > > As previously noted, you can though use it for instance inside a virtual env. > that is just fine. > >

Re: Python 3.8.2 - Macports configuration problem

2020-05-01 Thread Max Anglad
> On 1 May 2020 at 10:28, Christopher Jones wrote : > >> On 1 May 2020, at 9:17 am, Dr M J Carter >> wrote: >> >> On Thu, Apr 30, 2020 at 11:13:45PM +0200, Max Anglad wrote: >> >>> Note that pip (python package installer) must apparently be used via >>> sudo if you want the packages to be

Re: Python 3.8.2 - Macports configuration problem

2020-05-01 Thread Dr M J Carter
On Thu, Apr 30, 2020 at 11:13:45PM +0200, Max Anglad wrote: > Note that pip (python package installer) must apparently be used via > sudo if you want the packages to be installed in the right place > (/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages)