From bf0db74a9f17897e4a0ed42768aa522e7dfcc26b Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Thu, 23 Sep 2021 13:40:53 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=B3=20Update=20ign-tools=20issue=20on?= =?UTF-8?q?=20README=20(#184)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louise Poubel --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 2bb7e772..b84dd92d 100644 --- a/README.md +++ b/README.md @@ -26,27 +26,12 @@ See the [installation tutorial](https://ignitionrobotics.org/api/msgs/6.2/index. In the event that the installation is a mix of Debian and from source, command line tools from `ign-tools` may not work correctly. -A workaround for a single package is to define the environment variable +A workaround is to define the environment variable `IGN_CONFIG_PATH` to point to the location of the Ignition library installation, where the YAML file for the package is found, such as ``` export IGN_CONFIG_PATH=/usr/local/share/ignition ``` -However, that environment variable only takes a single path, which means if the -installations from source are in different locations, only one can be specified. - -Another workaround for working with multiple Ignition libraries on the command -line is using symbolic links to each library's YAML file. -``` -mkdir ~/.ignition/tools/configs -p -cd ~/.ignition/tools/configs/ -ln -s /usr/local/share/ignition/fuel4.yaml . -ln -s /usr/local/share/ignition/transport8.yaml . -ln -s /usr/local/share/ignition/transportlog8.yaml . -... -export IGN_CONFIG_PATH=$HOME/.ignition/tools/configs -``` - -This issue is tracked [here](https://github.com/ignitionrobotics/ign-tools/issues/8). +This issue is tracked [here](https://github.com/ignitionrobotics/ign-tools/issues/61).