Is it technically possible to give Python option of naming process of running script?
Chris Angelico
rosuav at gmail.com
Thu Mar 15 23:14:03 EDT 2012
On Fri, Mar 16, 2012 at 5:39 AM, Grant Edwards <invalid at invalid.invalid> wrote:
> Seems like an awfully obtuse way of doing things -- I don't really
> want to have 15 different copies of Python (or even links), and it
> requires root privleges every time you want to run a Python program
> with the "correct" name.
Why do you need root? Can't you copy / link into your own home directory?
I may have misunderstood something here.
ChrisA
More information about the Python-list
mailing list