ecmwf / eccodes-python

Python interface to the ecCodes GRIB/BUFR decoder/encoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

f2py gets installed in $HOME/.local/bin

jdkloe opened this issue · comments

For some reason, if I run "python3 setup.py install --user" for the eccodes-python module, it installs a copy of the /usr/bin/f2py script (which is part of the numpy installation) in $HOME/.local/bin/.
I think this is wrong and should be prevented.