How to use Pythonw on MacOS? #2291
Unanswered
JacobBumgarner
asked this question in
Q&A
Replies: 1 comment 3 replies
|
We create shims for whatever executables Python's build produces. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When trying to run a program with Pythonw on MacOS, the default /usr/bin/pythonw which links to
pythonw2.7is called.Is there some way to run pythonw from the activated virtualenv?
All reactions