From 112fdf0178a7adb8f3f091a2b13e1bacd4faf70a Mon Sep 17 00:00:00 2001 From: Dimitar Tasev <dimtasev@gmail.com> Date: Fri, 25 Jan 2019 11:27:32 +0000 Subject: [PATCH] Updated PATHs necessary to run workbench without batch, re #24598 --- dev-docs/source/GettingStartedWithPyCharm.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-docs/source/GettingStartedWithPyCharm.rst b/dev-docs/source/GettingStartedWithPyCharm.rst index f116c6ee87d..d6465925281 100644 --- a/dev-docs/source/GettingStartedWithPyCharm.rst +++ b/dev-docs/source/GettingStartedWithPyCharm.rst @@ -101,8 +101,13 @@ This can be done in two ways: <Mantid Build Directory>\bin\Debug; <Mantid Source Directory>\external\src\ThirdParty\bin; + <Mantid Source Directory>\external\src\ThirdParty\bin\mingw; + <Mantid Source Directory>\external\src\ThirdParty\lib\python2.7; + <Mantid Source Directory>\external\src\ThirdParty\lib\qt5\plugins; <Mantid Source Directory>\external\src\ThirdParty\lib\qt4\bin; <Mantid Source Directory>\external\src\ThirdParty\lib\qt5\bin; + <Mantid Source Directory>\external\src\ThirdParty\lib\qt4\lib; + <Mantid Source Directory>\external\src\ThirdParty\lib\qt5\lib; %PATH% The semi-colon delimited list of paths should end in ``;%PATH%`` so that we prepend to the existing list of paths rather than overwriting them. -- GitLab