We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a66571e + d1a4767 commit 0a5fb26Copy full SHA for 0a5fb26
README.md
@@ -52,13 +52,17 @@ Execute the command on project directory.
52
53
(For Python)
54
55
- 1. Copy griddb_python_client.py and _griddb_python_client.so to the same directory as Python execution code.
+ 1. Set the PYTHONPATH variable for griddb Python module files.
56
+
57
+ $ export PYTHONPATH=$PYTHONPATH:<installed directory path>
58
59
2. Import griddb_python_client in Python.
60
61
(For Ruby)
62
- 1. Copy griddb_ruby_client.so to the same directory as Ruby execution code.
63
+ 1. Set the RUBYPATH variable for griddb Ruby module files.
64
65
+ $ export RUBYPATH=$RUBYPATH:<installed directory path>
66
67
2. Import griddb_ruby_client in Ruby.
68
0 commit comments