Skip to content

where is Toga in OSX Big Sur? #1301

Answered by freakboy3742
hoffenmerCode asked this question in Q&A
Discussion options

You must be logged in to vote

So - this is an almost impossible question to answer, because it depends entirely on how you installed Python, and how you installed Toga.

If you've got a stock Big Sur machine, and you've installed the Xcode developer tools, and you've installed using pip install toga, and you're not using a virtual environment, then it's probably in /usr/local/lib/python3.8/site-packages (possibly a different path depending on the version of Python).

However, there's a lot of "if" in that statement. Every Python installation technique, virtual environment etc changes the answer to your question.

The easiest way to find out for yourself is to open a Python prompt, and run:

import toga
toga.__file__

That…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hoffenmerCode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants