How to uninstall gfortran compiler on MAC OSX 10.7

為{幸葍}努か 提交于 2019-12-13 06:35:55

问题


I installed gfortran 90 when I wanted gfortran 77, which is causing errors in configuring mpich, so as such I wanted to uninstall gfortran 90 from my computer, but deleting gfortran from usr/local/bin didn't really do anything. When I do gfortran -v I get an answer, when I want something like bash: command not found. How can I do that?


回答1:


From : http://www.webmo.net/support/fortran_osx.html

Thus, to uninstall the package, run $ sudo rm -r /usr/local/gfortran /usr/local/bin/gfortran

Edit: There also other methods, it apparently depends of the package you've installed to get it.



来源:https://stackoverflow.com/questions/17564543/how-to-uninstall-gfortran-compiler-on-mac-osx-10-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!