Re: How to make LyX work with Mac OS 13.1:solved

2022-12-14 Thread Dr Eberhard W Lisse
Hal, I use the python3 installed by the Homebrew package manager which will remind me during my (almost) daily upgrade if the XCode Command Line Tools are not installed to do the xcode-select, so I am used to that (without having to pay attention to Python). greetings, el On 14/12/2022 18:08,

Re: closing a named buffer?

2022-12-14 Thread Dr Eberhard W Lisse
buffer-close-all will do what I want for this particular issue. el On 14/12/2022 18:18, Paul A. Rubin wrote: > On 12/14/22 10:52, Dr Eberhard Lisse wrote: >> Hi, >> >> I can easily close the current buffer with a command like (on the mac) >> >>     LYXPIPE=$(find ~/Library/Application\

Re: closing a named buffer?

2022-12-14 Thread Paul A. Rubin
On 12/14/22 10:52, Dr Eberhard Lisse wrote: Hi, I can easily close the current buffer with a command like (on the mac) LYXPIPE=$(find ~/Library/Application\ Support ~/.lyx \ -name .lyxpipe.in 2>/dev/null | head -1) echo "LYXCMD:P2:buffer-close" > "$LYXPIPE" Is it possible

Re: How to make LyX work with Mac OS 13.1:solved

2022-12-14 Thread Hal Kierstead via lyx-users
> On Dec 14, 2022, at 8:55 AM, Dr Eberhard Lisse wrote: > > Hal, > > the command is > >sudo xcode-select --install > > you will then be asked for your password. > > It is a system wide installation of the command line tools (of XCode) > and hence must be done as administrator

Re: How to make LyX work with Mac OS 13.1:solved

2022-12-14 Thread Scott Kostyshak
On Wed, Dec 14, 2022 at 05:55:17PM +0200, Dr Eberhard Lisse wrote: > Hal, > > the command is > >sudo xcode-select --install > > you will then be asked for your password. > > It is a system wide installation of the command line tools (of XCode) > and hence must be done as administrator

Re: How to make LyX work with Mac OS 13.1:solved

2022-12-14 Thread Dr Eberhard Lisse
Hal, the command is sudo xcode-select --install you will then be asked for your password. It is a system wide installation of the command line tools (of XCode) and hence must be done as administrator (technically root). The complete XCode will of course also install python3 but is a

closing a named buffer?

2022-12-14 Thread Dr Eberhard Lisse
Hi, I can easily close the current buffer with a command like (on the mac) LYXPIPE=$(find ~/Library/Application\ Support ~/.lyx \ -name .lyxpipe.in 2>/dev/null | head -1) echo "LYXCMD:P2:buffer-close" > "$LYXPIPE" Is it possible to close a named buffer even another was "active"

Re: How to make LyX work with Mac OS 13.1:solved

2022-12-14 Thread Scott Kostyshak
On Wed, Dec 14, 2022 at 04:50:02AM -0700, Hal Kierstead wrote: > > > > On Dec 13, 2022, at 5:38 PM, Scott Kostyshak wrote: > > > > On Tue, Dec 13, 2022 at 05:02:30PM -0700, Hal Kierstead via lyx-users wrote: > >> All - > >> > >> I just upgraded to Mac OS 13.1. I was not given a chance to

Re: How to make LyX work with Mac OS 13.1:solved

2022-12-14 Thread Hal Kierstead via lyx-users
> On Dec 13, 2022, at 5:38 PM, Scott Kostyshak wrote: > > On Tue, Dec 13, 2022 at 05:02:30PM -0700, Hal Kierstead via lyx-users wrote: >> All - >> >> I just upgraded to Mac OS 13.1. I was not given a chance to install python. >> How do I check if I have the right version of python? >> >> I