Menu:

Create a PyLucid environment with PyLucid-boot.

To create a PyLucid virtual environment use our boot script (from: github.com/jedie/PyLucid-boot):

get PyLucid boot script:

Bash
1
/home/FooBar$ wget http://github.com/jedie/PyLucid-boot/raw/master/pylucid_boot/pylucid-boot.py

Create the PyLucid virtual environment:

Bash
1
/home/FooBar$ python pylucid-boot.py PyLucid_env

The environment would be created here:

  • /home/FooBar/PyLucid_env/

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

↑ How to get the source  #

You can choose how the own PyLucid projects can be "installed". You will get this menu to choose:

unknown type
Please select how the pylucid own projects should be checkout:

(1) Python packages from PyPi (no SVN or git needed)
(2) source via SVN only (checkout git repository via github svn gateway)
(3) source via git and clone with readonly
(4) clone with git push access (Only for PyLucid collaborators)

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).

0 comments for 'PyLucid bootstrap':
    there exist no comment for 'PyLucid bootstrap'
Leave a comment
Fork me on GitHub