Fix typo on windows set up documentation.

Adds missing '$' to export command, env variable PYTHON_PATH was not being
expanded when using such command.

typo:

Change-Id: Iad7ee60fbe2699cceb6a6ff6cd64e3bc4ebd2f58
Signed-off-by: Genaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>
This commit is contained in:
Genaro Saucedo Tejada 2016-03-08 14:46:55 -06:00 committed by Gerrit Code Review
commit 40ac1fe8cd

View file

@ -59,7 +59,7 @@ Configure Python's folder location in the environmental variable :envvar:`PATH`.
.. code-block:: console .. code-block:: console
export PATH=$PATH:{PYTHON_PATH} export PATH=$PATH:${PYTHON_PATH}
.. note:: The format of the path for this variable (PYTHON_PATH) must to be in .. note:: The format of the path for this variable (PYTHON_PATH) must to be in
the linux format. For example, :file:`C:\python27` would be written as the linux format. For example, :file:`C:\python27` would be written as