Re: Rootless on OS X Lion
Fábio Mierlo <[email protected]>
| Newsgroups | gmane.linux.distributions.gobo.general |
|---|---|
| Message-ID | <CAD-1oRSPHXGfOTWpF-4asJOSFib9Q6JXb_E2wudY8Xaut9hGTg@mail.gmail.com> |
And don't forget to change your shell to zsh using chsh. Fabio Mierlo On Sun, Aug 28, 2011 at 21:59, Fábio Mierlo <[email protected]> wrote: > After install Xcode, install Homebrew: > https://github.com/mxcl/homebrew/wiki/installation > > brew install wget > brew install coreutils --default-names > brew install gnu-sed --default-names > brew install findutils --default-names > export PATH=/usr/local/bin:$PATH > > wget http://svn.gobolinux.org/tools/trunk/Scripts/bin/CreateRootlessEnvironment > bash CreateRootlessEnvironment $HOME/GoboLinux > Say yes for the question: Should a StartRootless line be added to > ~/.zshrc? [Y/n] > > Then add the follow line in the first line of your .zshrc: > export PATH=/usr/local/bin:$PATH > > zsh > InstallPackage Compile # Skip All > Compile Mtail > > Is possible that I am forgetting some step! > > Fabio Mierlo >