When I was using Marvericks, it worked fine. Now I have upgraded to Yosemite, it does not work.
I cloned my repo from Github.
I installed coreutils.
➜ ~ brew install coreutils
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/coreutils-8.23_1.yosem
################################################################## 100.0%
==> Pouring coreutils-8.23_1.yosemite.bottle.1.tar.gz
==> Caveats
All commands have been installed with the prefix 'g'.
If you really need to use these commands with their normal names, you
can add a "gnubin" directory to your PATH from your bashrc like:
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
Additionally, you can access their man pages with normal names if you add
the "gnuman" directory to your MANPATH from your bashrc as well:
MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH"
==> Summary
🍺 /usr/local/Cellar/coreutils/8.23_1: 214 files, 10M
Then I run curl.
curl -Lo- https://goo.gl/C170k | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 247 0 247 0 0 1275 0 --:--:-- --:--:-- --:--:-- 1279
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
100 131 100 131 0 0 86 0 0:00:01 0:00:01 --:--:-- 1597
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
I made a change and committed. But it does not update my menus.
Does it work with Yosemite?
What am I doing wrong here?
When I was using Marvericks, it worked fine. Now I have upgraded to Yosemite, it does not work.
I cloned my repo from Github.
I installed coreutils.
➜ ~ brew install coreutils
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/coreutils-8.23_1.yosem
################################################################## 100.0%
==> Pouring coreutils-8.23_1.yosemite.bottle.1.tar.gz
==> Caveats
All commands have been installed with the prefix 'g'.
If you really need to use these commands with their normal names, you
can add a "gnubin" directory to your PATH from your bashrc like:
Additionally, you can access their man pages with normal names if you add
the "gnuman" directory to your MANPATH from your bashrc as well:
==> Summary
🍺 /usr/local/Cellar/coreutils/8.23_1: 214 files, 10M
Then I run
curl.curl -Lo- https://goo.gl/C170k | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 247 0 247 0 0 1275 0 --:--:-- --:--:-- --:--:-- 1279
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
100 131 100 131 0 0 86 0 0:00:01 0:00:01 --:--:-- 1597
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
I made a change and committed. But it does not update my menus.
Does it work with Yosemite?
What am I doing wrong here?