From 7afdebedca00c2dcd05339b4bf658a9e060b4e93 Mon Sep 17 00:00:00 2001 From: sergi-e Date: Wed, 9 Sep 2020 15:34:22 +0200 Subject: [PATCH] coma fixed --- Docs/build_faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/build_faq.md b/Docs/build_faq.md index 42cb757a0..2d4b435ec 100644 --- a/Docs/build_faq.md +++ b/Docs/build_faq.md @@ -143,7 +143,7 @@ Look up in the output for other instances of `.egg` files in a route similar to sudo apt-get purge carla-simulator ``` -Ultimately there is the option to add the `.egg` file of your build to the PythonPATH using the `~/.bashrc`. This is not the recommended way. It would be better to have a clear PythonPATH,and simply add the path to the necessary `.egg` files in the scripts. +Ultimately there is the option to add the `.egg` file of your build to the PythonPATH using the `~/.bashrc`. This is not the recommended way. It would be better to have a clear PythonPATH and simply add the path to the necessary `.egg` files in the scripts. First, open the `~/.bashrc`. ```sh