-
Notifications
You must be signed in to change notification settings - Fork 15
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
Install homebrew #235
base: master
Are you sure you want to change the base?
Install homebrew #235
Conversation
Still needs testing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to build it locally and do some tests,
Brew is installed under the linuxbrew home
(base) jovyan@13a04e24b828:~$ ls -la /home/linuxbrew/.linuxbrew/bin/brew
lrwxrwxrwx 1 jovyan users 20 Jan 28 21:20 /home/linuxbrew/.linuxbrew/bin/brew -> ../Homebrew/bin/brew
but i can use it without problems and indeed i installed ansible
(base) jovyan@13a04e24b828:~$ ls -la /home/linuxbrew/.linuxbrew/bin/ansible
lrwxrwxrwx 1 jovyan users 38 Jan 28 21:31 /home/linuxbrew/.linuxbrew/bin/ansible -> ../Cellar/ansible/11.1.0_1/bin/ansible
I guess we can just document that
mmm, but if packages are installed under the linuxbrew user home then they are not persisted |
yes, and homebrew is explicit about not supporting any other location :( |
Summary
Related issue :