st-ten-1/designer.sh

8 lines
390 B
Bash
Raw Normal View History

2022-09-15 13:34:44 +00:00
#!/bin/bash -x
2022-07-20 17:29:11 +00:00
cd "$(dirname "$0")"
2023-01-03 16:57:14 +00:00
source "./venv/bin/activate" || source "./venv/Scripts/activate" || :
2022-09-15 13:34:44 +00:00
#python3 -m pip install --upgrade qt5-tools
2023-02-15 15:07:00 +00:00
#"$(python3 -c "import sys; print(sys.path[-1])")/qt5_applications/Qt/bin/designer" $*
$(pwd)/venv/lib/python3.9/site-packages/qt5_applications/Qt/bin/designer $*
2023-01-03 16:57:14 +00:00
#$(pwd)/venv/lib/python3.8/site-packages/qt5_applications/Qt/bin/designer $*