- Timestamp:
- 11/11/09 07:41:53 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
website/trunk/doc/tutorials/studio_developer_guide.txt
r3226 r3227 71 71 C:\> env\Scripts\activate.bat 72 72 73 74 73 Install 75 74 ^^^^^^^ … … 84 83 cp /usr/lib/python2.5/site-packages/_mapscript.so venv/lib/python2.5/site-packages/ 85 84 cp /usr/share/pyshared/mapscript.py venv/lib/python2.5/site-packages/ 85 86 86 If you are not using python 2.5, you probably need to change the 'python2.5' directory name. 87 87
