-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Howto run with a framework version of python #1416
Comments
This is a bug in virtualenv. |
Hey all, I create a wrapped
Then after |
Here is another
Works as the script in the above comment. |
Wish SO much this was the default. This took me way too much time to find.
|
Wish SO much this was the default Too. This Also took me way too much time to find. |
I'm starting a wxPython project which requires a framework build of Python. I installed 3.6.4 from Python.org including all the options, and have pipenv use it with the
pipenv --python 3.6.4
arguments (followed by apipenv install wxpython
).Pipenv tells us it's using a framework build of python (path contains Python.framework):
However the program won't run, it says it's not using a framework build of python.
Describe your environment
Expected result
Expect the virtual environment to use the installed framework version of python.
Actual result
Steps to replicate
The text was updated successfully, but these errors were encountered: