Hello, I’m struggling with changing PyInstaller’s output(e.g. *.so) location by using --onedir option. I tried tweaking sys.path by runtime-hooks like this <http://unafaltadecomprension.blogspot.com/2014/07/pyinstaller-separating-executable-from.html>, but this doesn’t work.
How can I achieve this? My environment is * macOS 10.14.5 * Python3.7 Thank you in advance. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pyinstaller. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/ba8dc0b5-1002-4d42-9473-2bbb2e1a4583%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
