Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'scripts': 0.03; 'assuming': 0.09; 'permissions': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:virtualenv': 0.09; 'subject:How': 0.10; 'python': 0.11; 'wrote': 0.14; 'guess.': 0.16; 'password,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'ssh,': 0.16; 'subject:run': 0.16; 'virtualenv.': 0.16; 'server.': 0.24; 'logging': 0.26; 'header:X-Complaints-To:1': 0.27; 'wonder': 0.29; "i'm": 0.30; 'run': 0.32; 'could': 0.34; 'common': 0.35; 'there': 0.35; 'project': 0.37; 'starting': 0.37; 'server': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; "you're": 0.61; 'name': 0.63; 'developed': 0.63; 'different': 0.65; 'here': 0.66; 'account.': 0.80; 'subject::': 0.85 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dave Angel Subject: Re:How to run multiple virtualenv in product server Date: Thu, 27 Feb 2014 12:59:54 -0500 (EST) Organization: news.gmane.org References: X-Gmane-NNTP-Posting-Host: dpc6744192075.direcpc.com X-Newsreader: PiaoHong Usenet NewsReaders 1.36 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1393523763 news.xs4all.nl 2959 [2001:888:2000:d::a6]:48158 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:67162 YE SHANG Wrote in message: > I'm starting to learn virtualenv, I wonder how run python project developed in virtualenv. > > Here is my situation, there is a server we can access with a common user name and password, there are many py scripts wrote by different people on this server. > > If I develop my python project with virtualenv, could I run it in product server?? > There are many kinds of servers, so we can only guess. Assuming you're logging in with ssh, it would depend on your permissions on your particular account. -- DaveA