Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21739

Re: Is it technically possible to give Python option of naming process of running script?

Path csiph.com!usenet.pasdenom.info!gegeweb.org!newsfeed.x-privat.org!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <tymoteusz.jankowski@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.008
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'subject:process': 0.07; 'python': 0.08; 'linux.': 0.09; 'subject:script': 0.09; 'to:addr:comp.lang.python': 0.09; 'subject: \n ': 0.16; 'subject:possible': 0.16; 'cc:addr:python- list': 0.16; 'seems': 0.20; 'cc:no real name:2**0': 0.21; 'header :In-Reply-To:1': 0.22; '(or': 0.22; 'received:209.85.220': 0.25; 'cc:2**0': 0.26; 'cc:addr:python.org': 0.29; 'subject:?': 0.31; "can't": 0.33; 'header:User-Agent:1': 0.33; 'root': 0.34; 'something': 0.35; 'things': 0.35; 'question': 0.36; 'run': 0.37; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'doing': 0.38; 'received:209': 0.39; 'your': 0.61; 'link': 0.62; 'here.': 0.64; 'home': 0.66
Newsgroups comp.lang.python
Date Fri, 16 Mar 2012 01:19:38 -0700 (PDT)
In-Reply-To <mailman.716.1331867645.3037.python-list@python.org>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=194.110.64.11; posting-account=SsjJvwoAAAAbGEB6oRibqD8UwTelug2W
References <19118128.4791.1331736187952.JavaMail.geo-discussion-forums@vbai14> <mailman.637.1331738031.3037.python-list@python.org> <jjqfdp$9ud$1@reader1.panix.com> <22071354.8904.1331796412001.JavaMail.geo-discussion-forums@vbkc1> <mailman.687.1331827483.3037.python-list@python.org> <jjtd0f$t8t$1@reader1.panix.com> <mailman.716.1331867645.3037.python-list@python.org>
User-Agent G2/1.0
X-Google-Web-Client true
MIME-Version 1.0
Subject Re: Is it technically possible to give Python option of naming process of running script?
From xliiv <tymoteusz.jankowski@gmail.com>
To comp.lang.python@googlegroups.com
Content-Type text/plain; charset=ISO-8859-1
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Message-ID <mailman.719.1331885986.3037.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1331885986 news.xs4all.nl 6965 [2001:888:2000:d::a6]:57654
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:21739

Show key headers only | View raw


> > 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

It's nice walkaround for now and for linux. But how about my question and future? :)

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Is it technically possible to give Python option of naming process of running script? xliiv <tymoteusz.jankowski@gmail.com> - 2012-03-14 07:43 -0700
  Re: Is it technically possible to give Python option of naming process of running script? Chris Angelico <rosuav@gmail.com> - 2012-03-15 02:13 +1100
    Re: Is it technically possible to give Python option of naming process of running script? Grant Edwards <invalid@invalid.invalid> - 2012-03-14 16:02 +0000
      Re: Is it technically possible to give Python option of naming process of running script? Terry Reedy <tjreedy@udel.edu> - 2012-03-14 13:13 -0400
        Re: Is it technically possible to give Python option of naming process of running script? Alain Ketterlin <alain@dpt-info.u-strasbg.fr> - 2012-03-14 18:34 +0100
      RE: Is it technically possible to give Python option of naming process of running script? "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-03-14 17:20 +0000
      RE: Is it technically possible to give Python option of naming process of running script? "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-03-14 17:27 +0000
      Re: Is it technically possible to give Python option of naming process of running script? Dave Angel <d@davea.name> - 2012-03-14 22:15 -0400
      Re: Is it technically possible to give Python option of naming process of running script? xliiv <tymoteusz.jankowski@gmail.com> - 2012-03-15 00:24 -0700
      Re: Is it technically possible to give Python option of naming process of running script? xliiv <tymoteusz.jankowski@gmail.com> - 2012-03-15 00:26 -0700
        Re: Is it technically possible to give Python option of naming process of running script? Dave Angel <d@davea.name> - 2012-03-15 12:04 -0400
          Re: Is it technically possible to give Python option of naming process of running script? Grant Edwards <invalid@invalid.invalid> - 2012-03-15 18:39 +0000
            Re: Is it technically possible to give Python option of naming process of running script? Dave Angel <d@davea.name> - 2012-03-15 22:00 -0400
            Re: Is it technically possible to give Python option of naming process of running script? Chris Angelico <rosuav@gmail.com> - 2012-03-16 14:14 +1100
              Re: Is it technically possible to give Python option of naming process of running script? xliiv <tymoteusz.jankowski@gmail.com> - 2012-03-16 01:19 -0700
              Re: Is it technically possible to give Python option of naming process of running script? xliiv <tymoteusz.jankowski@gmail.com> - 2012-03-16 01:19 -0700
              Re: Is it technically possible to give Python option of naming process of running script? Grant Edwards <invalid@invalid.invalid> - 2012-03-16 13:27 +0000
                RE: Is it technically possible to give Python option of naming process of running script? "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-03-16 20:14 +0000
                Re: Is it technically possible to give Python option of naming process of running script? Grant Edwards <invalid@invalid.invalid> - 2012-03-16 20:54 +0000
  Re: Is it technically possible to give Python option of naming process of running script? Adam  Tauno Williams <awilliam@whitemice.org> - 2012-03-24 11:24 -0400

csiph-web