imexam is a python tool for simple image examination, and plotting, with similar functionality to IRAF's imexamine
BSD 3-Clause "New" or "Revised" License
75
stars
45
forks
source link
Imexam removes installed binaries during cleanup #204
Open
olebole opened 4 years ago
Imexam tries to remove the system installed xpa binaries (xpaaccess and such) and libraries during
setup.py clean
(and fails if they are protected from removal). This is quite dangerous, since it may leave people with a unusable system if they don't install the new package: https://github.com/spacetelescope/imexam/blob/ebea0bb0393f1f71b244ccc30742bea6148c6eb1/setup.py#L208-L221These binaries and libraries also may be installed by other software (like DS9), which may get unusable when these files are removed.