Last active
October 15, 2015 12:55
-
-
Save joyhuang9473/464bc3f814fa2d07564c to your computer and use it in GitHub Desktop.
downgrading gunplot version from 5.0 to 4.6.6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ > brew info gnuplot | |
gnuplot: stable 5.0.1 (bottled), HEAD | |
Command-driven, interactive function plotting | |
http://www.gnuplot.info | |
... | |
$ > brew search gnuplot | |
gnuplot (installed) | |
homebrew/versions/gnuplot4 | |
$ > brew install homebrew/versions/gnuplot4 --with-x11 | |
==> Installing gnuplot4 from homebrew/homebrew-versions | |
==> Downloading https://downloads.sourceforge.net/project/gnuplot/gnuplot/4.6.6/ | |
==> Downloading from http://nchc.dl.sourceforge.net/project/gnuplot/gnuplot/4.6. | |
######################################################################## 100.0% | |
==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/gnuplot4/4.6.6 | |
==> make | |
==> make install | |
... | |
$ > brew unlink gnuplot | |
Unlinking /usr/local/Cellar/gnuplot/5.0.1... 4 symlinks removed | |
$ > brew switch gnuplot4 4.6.6 | |
Cleaning /usr/local/Cellar/gnuplot4/4.6.6 | |
12 links created for /usr/local/Cellar/gnuplot4/4.6.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment