I am trying to learn how to use f2py (Fortran to Python), but I am getting a permission denied error when I use f2py and I am the admin user.
!f2py -c -m hellofortran hellofortran.f
then I get the error:
/bin/sh: /Users/dorislee/.virtualenvs/py27dev/bin/f2py: Permission denied
I tried doing sudo easy_install numpy
but that it still says Permission denied
Thanks