Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45b159e

Browse files
committed
updated environment_variables_faq
svn path=/trunk/matplotlib/; revision=5529
1 parent 95fd250 commit 45b159e

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

doc/faq/environment_variables_faq.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ To list the current value of :envvar:`PYTHONPATH`, which may be empty, try::
3333
echo $PYTHONPATH
3434

3535
The procedure for setting environment variables in depends on what your default
36-
shell is. BASH seems to be the most common, but CSH is also common. You
37-
should be able to determine which by running at the command prompt::
36+
shell is. :program:`BASH` seems to be the most common, but :program:`CSH` is
37+
also common. You should be able to determine which by running at the command
38+
prompt::
3839

3940
echo $SHELL
4041

@@ -84,6 +85,7 @@ To make your changes available in the future, add the commands to your
8485
Setting environment variables in windows
8586
========================================
8687

87-
Go to the Windows start menu, select `Control Panel`, then select the `System`
88-
icon, click the `Advanced` tab, and select the `Environment Variables`
89-
button. You can edit or add to the `user variables`.
88+
Open the :program:`Control Panel` (:menuselection:`Start --> Control Panel`),
89+
start the :program:`System` program. Click the :guilabel:`Advanced` tab
90+
and select the :guilabel:`Environment Variables` button. You can edit or add to
91+
the :guilabel:`User Variables`.

0 commit comments

Comments
 (0)