Thanks for this info - gives me clearer ideas on how to implement similar pattern in OS X. I’ve had some difficulty so far with trying to integrate with the os via Automator scripts, etc; simple shell scripts may be the best way to proceed.
On Tuesday, April 13, 2021 at 4:23:00 PM UTC-4 Edward K. Ream wrote: > On Tue, Apr 13, 2021 at 2:22 PM [email protected] <[email protected]> > wrote: > >> How are you launching python to use or not to use pyqt6? Do you actually >> have separate Python installations? >> > > Yes. As far Windows 10 is concerned, there is no python installation. I > have four python folders, each contained in ~/Python: Python36, ..., > Python39. > > Python39 is the default, so the following .bat files all use Python 39: > > - leo.bat: Launches Leo with arguments as specified by %*. > - e.bat: launches my private test file, ekr.leo. > - d.bat: launches LeoDocs.leo. > - s.bat: launches leoPy.leo > > For each installation, there are specific batch files, e36.bat, d36.bat, > etc. > > Again, plain 'pip' does not work, on purpose. And the "specific" pips, > pip39 etc all complain that python is not in the path, which again is on > purpose. > > Edward > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/58dffb9b-34ed-472b-b1e7-5baa93af3effn%40googlegroups.com.
