From 02807f53e14894af5a8197d384dbe84820a68c90 Mon Sep 17 00:00:00 2001 From: Lili Deng Date: Sat, 19 Nov 2022 17:53:07 +0800 Subject: [PATCH] [doc] fix minor issue for installation linux steps --- docs/installation_linux.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation_linux.rst b/docs/installation_linux.rst index c03823f22..ef3d37340 100644 --- a/docs/installation_linux.rst +++ b/docs/installation_linux.rst @@ -64,14 +64,14 @@ if it exists. .. code:: bash - echo $PATH | grep --color=always "$HOME/\.local/bin\|$ + echo $PATH | grep --color=always "$HOME/\.local/bin\|$" Ideally, this section is at the beginning of your ``$PATH``. If not, you can add the following to the bottom of your ``~/.profile`` or ``~.bash_profile`` files. .. code:: bash - export PATH="$HOME/.local/bin:$PATH + export PATH="$HOME/.local/bin:$PATH" Clone code @@ -91,7 +91,7 @@ To install system-wide, preface the command with ``sudo``. .. code:: bash - python3 -m pip install .[azure, libvirt] + python3 -m pip install .[azure,libvirt]