To create a PyLucid virtual environment use our boot script (from: github.com/jedie/PyLucid-boot):
get PyLucid boot script:
Create the PyLucid virtual environment:
The environment would be created here:
Important: You can't move a created virtual environment into a other directory, after creating them! This is a limitation of virtualenv, see also: make environment relocatable
You can choose how the own PyLucid projects can be "installed". You will get this menu to choose:
If you have no
SVN or git, you can only use (1): All projects would be installed via easy_install.
If you only have
SVN and not git, than you can choose (2).
People with git should choose (3).