Where are these tools after installing PySide6 on macOS?
-
Please use the Python entry points (pyside6-designer, pyside6-linguist), etc; they should be present on macOS, too.
-
@friedemannkleint Could you explain more?
-
@markleo
My understanding is thatpyside6-designer
should be in thebin
directory of where pip installedpyside6
for use in your virtual environment. For example on my Linux box it's at/home/jon/.venv/pyside6/bin/pyside6-designer
. Which should be on yourPATH
when the venv is active (source ~/.venv/pyside6/bin/activate
). I'm not sure I see anybin
directory in either of your two screenshots.I do not use MacOS. The other MacOS users here say it should be there too. Assuming MacOS allows much the same as Linux I would try from a command line:
find / -name 'pyside6-designer' 2>/dev/null
and go make yourself a cup of coffee. Does that find it anywhere on your machine?
Otherwise you will have to await a MacOS user to say where they find it located or why you would not have it.