Changeset 3227 for website

Show
Ignore:
Timestamp:
11/11/09 07:41:53 (3 years ago)
Author:
cmoullet
Message:

minor fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • website/trunk/doc/tutorials/studio_developer_guide.txt

    r3226 r3227  
    7171    C:\> env\Scripts\activate.bat 
    7272 
    73  
    7473Install 
    7574^^^^^^^ 
     
    8483  cp /usr/lib/python2.5/site-packages/_mapscript.so venv/lib/python2.5/site-packages/ 
    8584  cp /usr/share/pyshared/mapscript.py venv/lib/python2.5/site-packages/ 
     85 
    8686If you are not using python 2.5, you probably need to change the 'python2.5' directory name. 
    8787