-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug] Environment variables in env_set are not correctly replaced after version 0.5.0 #6043
Comments
@niheaven Restore the previous version's behavior by adding |
Okay, it's a bug from #5968, I'll fix it soon. |
Hope to release a new version based on this fix as soon as possible. @niheaven |
It seems that this fix didn't take effect at all now, which caused all python virtual envs on my computer was destoryed after scoop updated.😭 @niheaven |
The fix has been applied to the |
Is there a way to downgrade scoop temporarily to be able to fix this issue? |
scoop config scoop_branch develop |
This effects the rustup package as well. |
Bug Report
Assume the scoop path is D:\Scoop, the application name is trilium, and the configuration is as follows:
Current Behavior
In the environment variables, the value of TRILIUM_DATA_DIR is $persist_dir\trilium-data.
Expected Behavior
In the environment variables, the value of TRILIUM_DATA_DIR should be D:\Scoop\persist\trilium\trilium-data.
Additional context/output
Possible Solution
Revert to the behavior of the previous version.
System details
Windows version: 11
OS architecture: 64bit
PowerShell version:
Additional software:
Scoop Configuration
The text was updated successfully, but these errors were encountered: