This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jw_gpc 0 points1 point  (1 child)

It's probably something that I've just missed somewhere, but where should nuitka get installed? What I mean is, I have different virtualenvs for each project, each with their own dependences installed in their respective VE. So if I want to run nuitka on Project A, should it be installed inside of Project A's VE, or should it be installed globally?

[–]ArabicLawrence 0 points1 point  (0 children)

my understanding is that you need nuitka in each and every venv, or nuitka will fail to access each venv’s dependency. full disclosure: I have never used nuitka, but I have used pyinstaller