Changes between Version 3 and Version 4 of InstallationGuidelines/VirtualEnv
- Timestamp:
- 07/02/11 18:38:52 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/VirtualEnv
v3 v4 67 67 }}} 68 68 ''' 69 70 You can find further configuration details here -> [http://code.google.com/p/modwsgi/wiki/VirtualEnvironments] 71 72 ''' 69 73 Note: 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 77 Add -H path_to_dependencydirectory to your uwsgi parameters 78 79 You can find further details on this at -> [http://projects.unbit.it/uwsgi/wiki/VirtualEnv]