0

I accidentally installed python 2.7 again on my mac (mountain lion), when trying to install scipy using macports:

sudo port install py27-scipy

---> Computing dependencies for py27-scipy

---> Dependencies to be installed: SuiteSparse gcc47 cctools cctools-headers llvm-3.3 libffi llvm_select cloog gmp isl gcc_select ld64 libiconv libmpc mpfr libstdcxx ppl glpk zlib py27-nose nosetests_select py27-setuptools python27 bzip2 db46 db_select gettext expat ncurses libedit openssl python_select sqlite3 py27-numpy fftw-3 swig-python swig pcre

I am still using my original install of python (and matplotlib and numpy etc), without scipy. How do I remove this new version? It is taking up ~2Gb space.

ehacinom
  • 8,070
  • 7
  • 43
  • 65
  • Does the new install creating some kind of problem ? – tusharmakkar08 Jul 05 '13 at 10:25
  • No, just space. I also can't really find where it's installed...but I believe it has scipy installed along with it. Is there a way to remove it or should I just ignore it? – ehacinom Jul 05 '13 at 11:57

1 Answers1

0

How about sudo port uninstall python27?

John Zwinck
  • 239,568
  • 38
  • 324
  • 436