Is it technically possible to give Python option of naming process of running script?
Grant Edwards
invalid at invalid.invalid
Fri Mar 16 16:54:16 EDT 2012
On 2012-03-16, Prasad, Ramit <ramit.prasad at jpmorgan.com> wrote:
>
>> One possible problem with linking from one's home directory is that
>> home directories are often on different filesystems than /usr/bin (or
>> wherever python is). Using a symlink doesn't work, the process name
>> still ends up as python2.6 (or whatever the real binary is called).
>
> Try a hardlink instead of symlink? It seems to work for me.
Not across different filesystems -- which was what I was talking
about.
--
Grant Edwards grant.b.edwards Yow! As President I have
at to go vacuum my coin
gmail.com collection!
More information about the Python-list
mailing list