Rich, You could use the stat command <https://www.cyberciti.biz/tips/display-file-or-file-system-status.html> to list the library files after running your favorite python3 applications. Then move accessed files over to the site-packages directory.
Ken On Sat, Dec 26, 2020 at 10:31 AM Rich Shepard <[email protected]> wrote: > On Sat, 26 Dec 2020, Ben Koenig wrote: > > > I don't use anything to automate SBo but there might be some tools that > > are aware of the SBo requires variable. > > Ben, > > hoorex - shows which other packages in a SlackBuilds.org (SBo) repository > depend > on a given package(s). The result list of packages is ordered such > that build dependencies are given before dependent packages. > > > Once you have a list of apps and their dependences that you want to keep > > comparing that to your installation and removing anything extra should be > > trivial. The one thing to be really careful of is that some python > modules > > will detect a python3 installation and build for both versions. It is not > > unusual for a single package to install to both python2.x/site-packages/ > > and python3.x/site-packages/ > > The current issue is that /usr/lib64/python3.9/site-packages/ does't have > the python3 versions. > > But, I'm working a plan to get this all cleaned up. > > Stay well, > > Rich > > _______________________________________________ > PLUG: https://pdxlinux.org > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug > _______________________________________________ PLUG: https://pdxlinux.org PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
