> I am using Centos 6 with a non default python installed. > > I have two versions of python installed, the System Version, which is > 2.6.6. This needs to be left intact or it screws up everything :( > > And I also have 2.7.2 (Our production version) which is bound to the bash > python2.7. > > I'm trying to get Uwsgi to load using the Python 2.7 version instead of > the > 2.6.6 version, but I can't seem to find anywhere online that tells me how > to change this. > > Where would I edit the settings? >
If you have not made a modular build you have to rebuild uWSGI: your_path_to_python/bin/python uwsgiconfig.py --build you will end with a new binary -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
