I want to run a django app and be able to choose the python version, 
however I am on a shared work system on which the general structure of the 
server should not change too much, i.e. I can sudo but I don't want to 
install random stuff to system. 

It seems that there are a couple of options. The first thing I thought was 
to use conda virtual environments, because then I can also select the 
python version, however it seems that anaconda python does not operate well 
with apache/mod-wsgi, so I dropped it after running into some issues.

Then I tried pyenv, and ran into some issues getting the virtual host to 
use the correct python version.

So I am wondering if I should persist with pyenv or use containers, I'm not 
sure the relative pros and cons of these two options (or other options if 
they exist).

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/modwsgi/19da8742-ad29-4996-93c6-5fa8e624fe72n%40googlegroups.com.

Reply via email to