Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #67412
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <cameron@cskk.homeip.net> |
| 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; 'subject:virtualenv': 0.09; 'subject:How': 0.10; 'python': 0.11; 'wrote': 0.14; 'from:addr:cs': 0.16; 'from:addr:zip.com.au': 0.16; 'from:name:cameron simpson': 0.16; 'message-id:@cskk.homeip.net': 0.16; 'password,': 0.16; 'received:211.29': 0.16; 'received:211.29.132': 0.16; 'received:cskk.homeip.net': 0.16; 'received:homeip.net': 0.16; 'received:optusnet.com.au': 0.16; 'received:syd.optusnet.com.au': 0.16; 'simpson': 0.16; 'subject:run': 0.16; 'virtualenv.': 0.16; 'wrote:': 0.18; 'server,': 0.19; 'machine': 0.22; 'install': 0.23; 'header:User- Agent:1': 0.23; 'server.': 0.24; 'equivalent': 0.26; 'developing': 0.27; 'header:In-Reply-To:1': 0.27; 'wonder': 0.29; "i'm": 0.30; 'probably': 0.32; 'run': 0.32; 'could': 0.34; 'common': 0.35; 'there': 0.35; 'machine.': 0.36; 'received:com.au': 0.36; 'charset :us-ascii': 0.36; 'project': 0.37; 'starting': 0.37; 'server': 0.38; 'received:211': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'content- disposition:inline': 0.62; 'information': 0.63; 'name': 0.63; 'developed': 0.63; 'different': 0.65; 'here': 0.66; 'production': 0.68 |
| Date | Sun, 2 Mar 2014 17:32:12 +1100 |
| From | Cameron Simpson <cs@zip.com.au> |
| To | python-list@python.org |
| Subject | Re: How to run multiple virtualenv in product server |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| Content-Transfer-Encoding | quoted-printable |
| In-Reply-To | <d07105f4-584e-4cd8-8c53-235f2de9dd86@googlegroups.com> |
| User-Agent | Mutt/1.5.21 (2010-09-15) |
| References | <d07105f4-584e-4cd8-8c53-235f2de9dd86@googlegroups.com> |
| X-Optus-CM-Score | 0 |
| X-Optus-CM-Analysis | v=2.1 cv=HZAtEE08 c=1 sm=1 tr=0 a=YuQlxtEQCowy2cfE5kc7TA==:117 a=YuQlxtEQCowy2cfE5kc7TA==:17 a=ZtCCktOnAAAA:8 a=PO7r1zJSAAAA:8 a=LcaDllckn3IA:10 a=uwKp11eoEngA:10 a=kj9zAlcOel0A:10 a=vrnE16BAAAAA:8 a=pGLkceISAAAA:8 a=bhBMxUp0-f6buEc_2UsA:9 a=CjuIK1q_8ugA:10 a=MSl-tDqOz04A:10 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.7564.1393743610.18130.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1393743610 news.xs4all.nl 2970 [2001:888:2000:d::a6]:38842 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:67412 |
Show key headers only | View raw
On 27Feb2014 07:29, YE SHANG <hendikoy@gmail.com> wrote: > 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?? If you are suggesting that you are developing on a different machine from the production server, then you probably need to install a virtualenv on the production server equivalent to the one you are using on your development machine. -- Cameron Simpson <cs@zip.com.au> Anagram: Information superhighway <==> I'm on a huge wispy rhino fart.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
How to run multiple virtualenv in product server YE SHANG <hendikoy@gmail.com> - 2014-02-27 07:29 -0800 Re:How to run multiple virtualenv in product server Dave Angel <davea@davea.name> - 2014-02-27 12:59 -0500 Re: How to run multiple virtualenv in product server Cameron Simpson <cs@zip.com.au> - 2014-03-02 17:32 +1100
csiph-web