Wednesday, August 6, 2014

Eclipse Kepler setup

Following my blog post:

http://klein-gould.blogspot.com/2013/07/step-by-step-subversive-install-for.html

1.  Install subversive plugins OK

2.  Install Subversive SVN connectors OK

3.  Created new workspace:

Code/JavaEclipseWorkspace

Importing google code


4.  Importing scikit.  OK


Tuesday, August 5, 2014

New iMac Setup

1.  Installing Xcode version 5.1.1.  Check.

2.  Installed X11 by typing

xcode-select --install

into terminal.  Was asked if I wanted to install command line tools.  Successful.

3.  Installing Quicksilver.  Check.

4.  Installing Dropbox.  Check.

5.  Installing Skype.  Check.

6.  Attempting to install homebrew.  Yikes!

First- change shell to bash:

http://osxdaily.com/2012/03/21/change-shell-mac-os-x/

Here goes:

rdominguez6181:ofcTest2 racheledominguez$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/...
/usr/local/share/man/man1/brew.1
==> The following directories will be made group writable:
/usr/local/.
/usr/local/bin
/usr/local/lib
/usr/local/share
/usr/local/share/man
/usr/local/share/man/man1
==> The following directories will have their group set to admin:
/usr/local/.
/usr/local/bin
/usr/local/lib
/usr/local/share
/usr/local/share/man
/usr/local/share/man/man1

==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/. /usr/local/bin /usr/local/lib /usr/local/share /usr/local/share/man /usr/local/share/man/man1
==> /usr/bin/sudo /bin/mkdir /Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew
==> Downloading and installing Homebrew...
remote: Counting objects: 189721, done.
remote: Compressing objects: 100% (51754/51754), done.
remote: Total 189721 (delta 136794), reused 189721 (delta 136794)
Receiving objects: 100% (189721/189721), 38.28 MiB | 6.16 MiB/s, done.
Resolving deltas: 100% (136794/136794), done.
From https://github.com/Homebrew/homebrew
 * [new branch]      master     -> origin/master
HEAD is now at 91d3c76 pyqt 4.11.1
==> Installation successful!
==> Next steps
Run `brew doctor` before you install anything
Run `brew help` to get started


WOW!  Success!

brew doctor:

Warning: Some directories in /usr/local/share/man aren't writable.
This can happen if you "sudo make install" software that isn't managed
by Homebrew. If a brew tries to add locale information to one of these
directories, then the install will fail during the link step.
You should probably `chown` them:

    /usr/local/share/man/de
    /usr/local/share/man/de/man1


So I did.

rdominguez6181:ofcTest2 racheledominguez$ chown root /usr/local/share/man/de
rdominguez6181:ofcTest2 racheledominguez$ chown root /usr/local/share/man/de/man1

But I still get the same warnings from brew doctor.

Will try to install anyways.

run:

brew options gnuplot

7.  Forgot to install XQuartz.  Log out and in.  Check.

8.  Installing MacTex.  Check.

9.  Gnuplot success!  Awesome!  But need aquaterm now.

10.  Installed aquaterm from sourceforge.  Check.