Patched wiki2html to give correct source code snippet output.

This commit is contained in:
Griatch 2011-09-11 12:17:33 +02:00
parent 22b23be095
commit eae89eabc0
31 changed files with 1028 additions and 175 deletions

View file

@ -288,14 +288,18 @@ isolated new folder *mudenv*:
::
python virtualenv mudenv --no-site-packages cd mudenv
python virtualenv mudenv --no-site-packages
cd mudenv
Now we should be in our new directory *mudenv*. Next we activate the
virtual environment in here.
::
# for Linux: source bin/activate # for Windows: <path_to_this_place>\bin\activate.bat
# for Linux:
source bin/activate
# for Windows:
<path_to_this_place>\bin\activate.bat
In here you can play around and install python packages of any version
without affecting your normal system installation at all. Next we get