Is there a way to run Pinax without virtualenv?
I want to run it without virtualenv, because I want to run it on a django container on the grid-hosting mediatemples service. Their containers can scale up to 1 GB of dedicated memory, so I donβt have to worry about my problems with VPS or scaling. But their answer was:
"because of how DjangoContainer works, you wonβt be able to configure the server to use your virtual server. In fact, DjangoContainer is a virtualized server (which you do not have access to except the AccountCenter tools, or the mtd command-line tool) with the specific purpose of serving your Django applications. It mounts your django container folder in order to have the application code, but you cannot change the version or location of the python it uses, which probably means you have to use Pinax without virtualenv support, since the general idea Use virtualenv so will be to create a customized environment for your Pinax application that, as I mentioned here, can not instruct the server to use. "
source
share