feat: configure install location on windows
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 337
- Forks
- 32
- Avg merge
- 8d 17h
- Merged PRs (30d)
- 11
Description
ark --install on windows installs into a fixedd location in AppData on windows. I am trying to install it into a separate conda environment. However, it appears that there are no argument in ark to permit it to install into a separate location.
It would be great if there were an env var or additional argument to control where it gets installed into.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the ark --install entry point and trace how the Windows AppData destination is selected. Determine how an argument or environment variable should provide an alternate install location, then verify that installation into a separate conda environment uses that location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100