Skip to content

Commit daa9c86

Browse files
authored
Docs: more linux tips
1 parent 2fdacec commit daa9c86

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,15 @@ The result should contain: `Python 3.6.7` and `64 bit`. If it's not, [install Py
309309

310310
3. Make sure that InterSystems IRIS can access Python installation.
311311

312+
4. If you use PyEnv you need to install Python 3.6.7. with shared library support:
313+
314+
```
315+
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.6.7
316+
pyenv global 3.6.7
317+
```
318+
319+
5. To change `LD_LIBRARY_PATH` variable set [LibPath](https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=RACS_LIBPATH) config property and restart InterSystems IRIS.
320+
312321
## Module not found error
313322

314323
Sometimes you can get module not found error. Here's how to fix it. Each step constitutes a complete solution so restart IRIS and check that the problem is fixed.

0 commit comments

Comments
 (0)