mhardcastle / radioflux

Measuring radio flux density with ds9
GNU General Public License v3.0
12 stars 3 forks source link

install #3

Open rvweeren opened 8 years ago

rvweeren commented 8 years ago

I do sudo "python setup.py install but" I do not see radioflux.py being picked up automatically.

/usr/local/lib/python2.7/dist-packages/radioflux/radioflux.py

but this is not in the system path.

(I guess a copy should go to /user/local/bin)

(I'm prefer to use it manually and not in ds9)

mhardcastle commented 8 years ago

I guess this is because radioflux.py is both a module and the command-line script for using that module. It would be possible, and I suppose desirable, to separate those two functions or to put a trivial script that does the command-line functions into the appropriate binary directory. Let me look into this.

rvweeren commented 8 years ago

I see, at least it works with the full path, so it's not a pressing issue.