Commit e508849
authored
Replaces deprecated OPENCUE_PROTO_PACKAGE_PATH env check to align with
new packaging structure introduced in #1681, where proto is now its own
package (opencue_proto) and all packages are prefixed with "opencue_".
- Updated condition to use Bash idiomatic check for defined variables
- Adds `pip install proto/` to ensure the opencue_proto package is
installed
- Removed legacy fallback install of cuebot source directory
- Ensures all package paths explicitly use trailing slashes (e.g.,
pycue/) to direct `pip` to local directories instead of fetching from
PyPI
This ensures compatibility with the refactored pyproject.toml-based
installation flow and enables support for Python 3.11+ environments.
1 parent 00fba0e commit e508849
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
0 commit comments