mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 15:07:16 +02:00
Patched wiki2html to give correct source code snippet output.
This commit is contained in:
parent
22b23be095
commit
eae89eabc0
31 changed files with 1028 additions and 175 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue