File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,18 @@ Python adapter via callout for InterSystems Data Platforms.
5
5
6
6
1 . Load ObjectScript code.
7
7
2 . Place callout DLL in ` bin ` folder.
8
+
9
+ ## Windows
10
+
8
11
3 . Check that your ` PYTHONHOME ` environment variable points to Python 3.6.
9
12
4 . Check that your SYSTEM ` PATH ` environment variable has ` PYTHONHOME ` variable (or directory it points to).
10
13
14
+ ## Linux
15
+
16
+ 3 . Check that your SYSTEM ` PATH ` environment variable has ` /usr/lib ` , preferably at the begining
17
+
18
+ If you modified environment variables (for Windows or Linux) restart your InterSystems product.
19
+
11
20
# Use
12
21
13
22
1 . Call: ` do ##class(isc.py.Callout).Setup() ` once per systems start (add to ZSTART!)
@@ -58,4 +67,6 @@ Development of C code is done in Eclipse.
58
67
59
68
## Linux
60
69
61
- TBD. Get the binary from releases page (built for 3.6).
70
+ 1 . Add Python 3.6 repo: ` add-apt-repository ppa:jonathonf/python-3.6 ` and ` apt-get update `
71
+ 2 . Install: ` apt install python3.6 python3.6-dev libpython3.6-dev build-essential `
72
+ 2 . TBD. Get the binary from releases page (built for 3.6). Check [ issue 3] ( https://github.com/intersystems-ru/PythonAdapter/issues/3 ) for progress.
You can’t perform that action at this time.
0 commit comments