Changes between Version 3 and Version 4 of InstallationGuidelines/VirtualEnv


Ignore:
Timestamp:
07/02/11 18:38:52 (14 years ago)
Author:
Praneeth Bodduluri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/VirtualEnv

    v3 v4  
    6767}}}
    6868'''
     69
     70You can find further configuration details here -> [http://code.google.com/p/modwsgi/wiki/VirtualEnvironments]
     71
     72'''
    6973Note: In the line above change python2.6 to your python version and the directory to match your directory'''
     74
     75== Using a virtualenv with uwsgi ==
     76
     77Add -H path_to_dependencydirectory to your uwsgi parameters
     78
     79You can find further details on this at -> [http://projects.unbit.it/uwsgi/wiki/VirtualEnv]