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:
parent
53e6275b3a
commit
40ac1fe8cd
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ Configure Python's folder location in the environmental variable :envvar:`PATH`.
|
|||
|
||||
.. 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
|
||||
the linux format. For example, :file:`C:\python27` would be written as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue