Changeset 3080 for website

Show
Ignore:
Timestamp:
10/13/09 23:04:33 (3 years ago)
Author:
elemoine
Message:

use --no-site-packages when creating the virtual Python environment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • website/trunk/doc/1.2/installation.txt

    r3079 r3080  
    2828On a Unix system:: 
    2929 
    30     $ python go-mapfish-framework-1.2.py env 
     30    $ python go-mapfish-framework-1.2.py --no-site-packages env 
    3131 
    3232On a Windows system:: 
    3333 
    34     C:\> C:\Python25\python.exe go-mapfish-framework-1.2.py env 
     34    C:\> C:\Python25\python.exe go-mapfish-framework-1.2.py --no-site-packages env 
    3535 
    3636This command creates a virtual Python environment named ``env`` and installs