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


Groups > comp.lang.python > #67147 > unrolled thread

How to run multiple virtualenv in product server

Started byYE SHANG <hendikoy@gmail.com>
First post2014-02-27 07:29 -0800
Last post2014-03-02 17:32 +1100
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  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

#67147 — How to run multiple virtualenv in product server

FromYE SHANG <hendikoy@gmail.com>
Date2014-02-27 07:29 -0800
SubjectHow to run multiple virtualenv in product server
Message-ID<d07105f4-584e-4cd8-8c53-235f2de9dd86@googlegroups.com>
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??

[toc] | [next] | [standalone]


#67162

FromDave Angel <davea@davea.name>
Date2014-02-27 12:59 -0500
Message-ID<mailman.7436.1393523763.18130.python-list@python.org>
In reply to#67147
 YE SHANG <hendikoy@gmail.com> 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

[toc] | [prev] | [next] | [standalone]


#67412

FromCameron Simpson <cs@zip.com.au>
Date2014-03-02 17:32 +1100
Message-ID<mailman.7564.1393743610.18130.python-list@python.org>
In reply to#67147
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.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web