How to run multiple virtualenv in product server

Y

YE SHANG

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

Dave Angel

YE SHANG said:
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.
 
C

Cameron Simpson

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

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top