Replies: 1 comment
-
|
I believe the problem might be your alias - maybe you cd into the folder the binary is at? You should probably simply add crush.exe to some folder in your PATH, and it should be available everywhere. Crush will create the {
"$schema": "https://charm.land/crush.json",
"options": {
"data_directory": "another data directory"
}
}But I believe the easier fix is to have it in your PATH et al. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
On Windows 11 I have the crush.exe extracted to a directory within my Program Files/ path. In order to run crush in any directory, I create a powershell alias. When I did so, crush would successfully attempt to start...but then fail noting that it could not find the sqlite3 database.
In order to run crush from any directory I have setup a Powershell profile alias function, and I have crush successfully running in any directory. But the directory/path that is provided to the context is the original executable location/path e.g. within /Program Files/.
Then, in order to get crush to include the actual directory I was working in into its context, say a codebase/local git repository, I have to manually tell crush to include via the absolute path.
While not a huge pain...it would feel like a nicer experience if I could simply run crush in any directory and that cwd automatically is added to the crush session context.
Looked into possibly providing some parameter to the crush command by way of the powershell alias function but I don't believe crush has any parameter support?
Setup
Please complete the following information along with version numbers, if applicable.
Note: you might encounter rendering issues if your locale does not use
UTF-8encoding. Please check your locale (localeon POSIX systems) tosee what encoding is being used by your system.
To Reproduce
Steps to reproduce the behavior:
In relation to the issues I'm having, I asked crush to explain why there are some problems with how it operates on Windows:
And in general, I asked crush the above query after I made a simply instruction to tell me which version of crush it was using, and the response was:
Beta Was this translation helpful? Give feedback.
All reactions