namecoin / nmcontrol

Namecoin Control. This repo is deprecated in favor of https://github.com/namecoin/ncdns
136 stars 38 forks source link

Changed shebang line to use env #47

Closed lukehoersten closed 9 years ago

lukehoersten commented 9 years ago

/usr/bin/env is more portable so alternate python locations can be used.

JeremyRand commented 9 years ago

Hi,

Can you provide an example of a system where this helps?

Also, we're in the middle of a license change; are you okay with licensing your pull request under LGPLv2+?

Thanks.

lukehoersten commented 9 years ago

One example is people using home brew on a Mac. Python doesn't get installed to where the script points. Using emv is pretty standard. I've used Linux machines with similar setups.

josephbisch commented 9 years ago

Wikipedia has good information about this.

I agree with this commit.

lukehoersten commented 9 years ago

Also I don't care what the license is for this commit ;-)

JeremyRand commented 9 years ago

ACK. Thanks for the link @josephbisch .

lukehoersten commented 9 years ago

Thanks @JeremyRand.