eccodes-python icon indicating copy to clipboard operation
eccodes-python copied to clipboard

f2py gets installed in $HOME/.local/bin

Open jdkloe opened this issue 5 years ago • 0 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.

jdkloe avatar Mar 19 '20 10:03 jdkloe