cwconfig.py
changeset 9917 a98e60464c26
parent 9792 1349398d744e
child 9990 c84ad981fc4a
equal deleted inserted replaced
9916:986797d779ea 9917:a98e60464c26
   122 -------------------------
   122 -------------------------
   123 
   123 
   124 Python
   124 Python
   125 ``````
   125 ``````
   126 
   126 
   127 If you installed *CubicWeb* by cloning the Mercurial forest or from source
   127 If you installed *CubicWeb* by cloning the Mercurial shell repository or from source
   128 distribution, then you will need to update the environment variable PYTHONPATH by
   128 distribution, then you will need to update the environment variable PYTHONPATH by
   129 adding the path to the forest `cubicweb`:
   129 adding the path to `cubicweb`:
   130 
   130 
   131 Add the following lines to either :file:`.bashrc` or :file:`.bash_profile` to
   131 Add the following lines to either :file:`.bashrc` or :file:`.bash_profile` to
   132 configure your development environment ::
   132 configure your development environment ::
   133 
   133 
   134     export PYTHONPATH=/full/path/to/cubicweb-forest
   134     export PYTHONPATH=/full/path/to/grshell-cubicweb
   135 
   135 
   136 If you installed *CubicWeb* with packages, no configuration is required and your
   136 If you installed *CubicWeb* with packages, no configuration is required and your
   137 new cubes will be placed in `/usr/share/cubicweb/cubes` and your instances will
   137 new cubes will be placed in `/usr/share/cubicweb/cubes` and your instances will
   138 be placed in `/etc/cubicweb.d`.
   138 be placed in `/etc/cubicweb.d`.
   139 
   139