-
Notifications
You must be signed in to change notification settings - Fork 6
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 shell style environment variable access for paths. #4
Comments
@iLLiCiTiT |
This is for ayon-applications. |
It would just mean adding a If anyone can point to where it roughly should be I'm sure @HannahFantasia can implement and test her use cases and PR back. |
You can use |
Technically the user path is not required to be in |
Is there an existing issue for this?
Please describe the feature you have in mind and explain what the current shortcomings are?
Currently I would like to add this path within my executables inside
ayon+settings://applications/applications/blender/variants/3/executables/linux/0
:/home/$USER/opt/blender_launcher/custom/Blender_Sandbox/blender
The AYON launcher does not seem to support that.
It naturally does support this:
/home/hannah/opt/blender_launcher/custom/Blender_Sandbox/blender
How would you imagine the implementation of the feature?
I would like to be able to use environment variables in OSes that have folders on user-level to ensure the path towards the directory of the executable can be developed based per individual.
I was considering f strings but that is too risky, tokens were given as an advice instead by my mentor:
/home/{$USER}/opt/blender_launcher/custom/Blender_Sandbox/blender
That would mean the instructions given are in the back-end. Leaving it still as easy for adaptation in the current situation.
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: