-
Notifications
You must be signed in to change notification settings - Fork 113
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
Port tiv to the Conda Forge? #127
Comments
PS: thanks for the awesome tool!!! <-how rude of me for not acknowledging this in the first place |
What advantages does the Conda forge provide over Homebrew, a way more popular package manager that doesn’t need sudo? |
homebrew is MacOS specific, this request is for Linux-based remote servers for which there is no homebrew available |
Homebrew is not macOS specific. Even before Homebrew 3.0, something called Linuxbrew's been around for a long time. See https://docs.brew.sh/Homebrew-on-Linux . |
just checked and homebrew installation requires |
It's not required, it's only recommended. The only missing features for an install without sudo are lack of precompiled binary packages and lack of community support, the former of which I doubt the Conda Forge supports. I'll try to create a Conda Forge recipe, though I don't think this is the best package manager for this task, especially when manual compilation is trivial. |
Is your feature request related to a problem? Please describe.
Hello, for some folks who use a shared computation cluster on which
sudo
isn't permitted normodule
system isn't implemented for one reason or another but who have access to conda environments (like me) the only solution is to manually compile the source code and add the folder with the compiled program to thePATH
variableDescribe the solution you'd like
A one-line installation like
conda install -c conda-forge tiv
Describe alternatives you've considered
Manual compilation
Additional context
No response
The text was updated successfully, but these errors were encountered: