public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* include "/usr/local/lib/python3.8" in rebaseall?
@ 2021-07-08  2:13 enrique
  0 siblings, 0 replies; only message in thread
From: enrique @ 2021-07-08  2:13 UTC (permalink / raw)
  To: cygwin

Hello!

When I "pip install" python modules for which there are no cygwin 
packages, *.dll files are installed below 
/usr/local/lib/python3.8/site-packages/.
Since rebaseall does not automatically rebase files under this location, 
I had fork failures.

The following patch solved it for me:

$ diff -u old-rebaseall rebaseall
--- old-rebaseall       2021-07-08 04:06:16.843238400 +0200
+++ rebaseall   2021-07-08 04:08:20.586260500 +0200
@@ -219,7 +219,7 @@
      # package manager, such as CPAN and RubyGems.
      for d in /usr/lib/perl5/site_perl /usr/lib/py*/site-packages \
               /usr/lib/php /usr/lib/R/site-library /usr/lib/rub*/gems \
-             /usr/lib/octave/site
+             /usr/lib/octave/site /usr/local/lib/python*/site-packages
      do
        if [ -d $d ]
        then

Thanks
-Enrique

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-08  2:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-08  2:13 include "/usr/local/lib/python3.8" in rebaseall? enrique

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).