How to run multiple virtualenv in product server
Dave Angel
davea at davea.name
Thu Feb 27 12:59:54 EST 2014
More information about the Python-list mailing list
Thu Feb 27 12:59:54 EST 2014
- Previous message (by thread): How to run multiple virtualenv in product server
- Next message (by thread): Tuples and immutability
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
YE SHANG <hendikoy at 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
- Previous message (by thread): How to run multiple virtualenv in product server
- Next message (by thread): Tuples and immutability
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list