I understand the difference between a virtual machine and a virtual 
environment (of which I can have 0 - many environments  on one virtual 
machine).

Since I do not have conflicts in packages and am only using python 33 for 
the django packages, the 2 environments act as if they were 2 virtual 
machines.
Can I simply point the wsgi directive at the appropriate python executable/ 
site packages?

And can you direct me at the contents of the apache script and the steps to 
make the web application run as expected?

Any assistance that you can provide me on the details of how to tie this 
all together would be much appreciated.

Thanks




On Monday, November 3, 2014 11:21:50 AM UTC-5, Tim Chase wrote:
>
> On 2014-11-03 08:07, robert brook wrote: 
> > I do not have the luxury to create a virtual environment because of 
> > the constraints of this organization. 
>
> Just making sure that you're aware of the difference between a 
> virtual environment and a virtual machine. 
>
> A virtual machine is a full abstraction of the hardware and it's 
> entirely likely that your IT department would impose constraints on 
> their creation & management. 
>
> A virtual *environment* is just a local directory created & populated 
> with the standard Python "virtualenv" utility, and the setting of a 
> few environmental variables (done in the WSGI configuration).  It 
> seems odd that an IT department would be so fascist as to limit the 
> creation & population of a folder on an existing machine. 
>
> -tkc 
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f096e862-2a49-471e-810a-59cfaa492406%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to