Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'subject:process': 0.07; 'python': 0.08; 'subject:script': 0.09; 'am,': 0.12; '16,': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject: \n ': 0.16; 'subject:possible': 0.16; 'wrote:': 0.18; 'seems': 0.20; 'header :In-Reply-To:1': 0.22; '(or': 0.22; 'message-id:@mail.gmail.com': 0.29; 'subject:?': 0.31; 'received:209.85.212': 0.33; "can't": 0.33; 'fri,': 0.34; 'root': 0.34; 'to:addr:python-list': 0.35; 'something': 0.35; 'things': 0.35; 'run': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'doing': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'your': 0.61; 'link': 0.62; 'here.': 0.64; 'home': 0.66; 'edwards': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=xJi8E1LmUNZ7yq++aEmqe8mTiUTmi8UWx0evILnAnBk=; b=dv0tYbB3NRRg1OSLWEkCQ1CvrBLf3PqsQxxsNhMgwzU5XiBhLGbkmu3OT4z0n8LEhE KSYoCY77BKvVLoTrHaDZnUAPgIrnFIwR4nHusFuQYDKpV00fmc+M1c6x8j0QQ7XA0iwk i0+QV6/igMXJLFoMufVf94oAsdQK6mawvJ9pkVFEKQwotrMC8ty2iZhIZQacCvOoQXoF Hi/ZlTl3UX89GxX9sBTCSX0EDj+NiabLVJFSf4z5c+wW1pCz4DMHInmoOL+kkRJ1nDlk qpsrrnDf/mU4najbwGpdpnD2jHSekeBzOxUQQGyYTArchVNDZmnKaJiXnEhWReqTsGt9 eusw== MIME-Version: 1.0 In-Reply-To: References: <19118128.4791.1331736187952.JavaMail.geo-discussion-forums@vbai14> <22071354.8904.1331796412001.JavaMail.geo-discussion-forums@vbkc1> Date: Fri, 16 Mar 2012 14:14:03 +1100 Subject: Re: Is it technically possible to give Python option of naming process of running script? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1331867645 news.xs4all.nl 6844 [2001:888:2000:d::a6]:39270 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21735 On Fri, Mar 16, 2012 at 5:39 AM, Grant Edwards 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