-
Notifications
You must be signed in to change notification settings - Fork 40
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
Allow more flexibility in executable path resolving #1091
Comments
Makes sense. For what it's worth, PRs are welcome. |
It is possible to use environment variables, but it is not possible to use user's home directory ( |
In that case it is not issue for ayon-core but for ayon-applications addon. |
Thanks. I have declared an issue here : (I was slightly highjacking the original poster here, so it's better to have my own issue anyway) |
I'm glad the env var works, thanks @m-u-r-p-h-y. But this syntax |
Is there an existing issue for this?
Please describe the feature you have in mind and explain what the current shortcomings are?
As an admin, I'd like to be able to specify dynamic paths to find executables on users' machines. For examble, I'd like to be able to write something like
~/subpath/to/my/app
or$HOME/subpath/to/my/app
(this is unix system syntax, but env vars could be handy even for Windows systems).How would you imagine the implementation of the feature?
Add this simple line to
ayon-core/client/ayon_core/lib/vendor_bin_utils.py
Line 70 in 7d06cc0
Are there any labels you wish to add?
Describe alternatives you've considered:
No response
Additional context:
No response
The text was updated successfully, but these errors were encountered: