.. _How to set multiple paths as sources of predefined projects ?:

How to set multiple paths as sources of predefined projects ?
=============================================================

You can set an environment variable starting with ``DVT_PREDEFINED_PROJECTS_EXT_`` for each directory that contains predefined projects.

For example, if there are two directories - let's say ``dir1`` and ``dir2``, you must create two environment variables pointing to them:

-  ``$DVT_PREDEFINED_PROJECTS_EXT_1`` -> ``dir1``
-  ``$DVT_PREDEFINED_PROJECTS_EXT_2`` -> ``dir2``

.. note::
    
    Each environment variable must point to only one directory that can store any number of projects.

.. note::

    Avoid duplicate projects in different directories.
