Skip to content

Commit 0a5fb26

Browse files
authored
Merge pull request #3 from levictoire/pythonpath
Add the information of PYTHONPATH/RUBYPATH for using Python/Ruby client
2 parents a66571e + d1a4767 commit 0a5fb26

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,17 @@ Execute the command on project directory.
5252

5353
(For Python)
5454

55-
1. Copy griddb_python_client.py and _griddb_python_client.so to the same directory as Python execution code.
55+
1. Set the PYTHONPATH variable for griddb Python module files.
56+
57+
$ export PYTHONPATH=$PYTHONPATH:<installed directory path>
5658

5759
2. Import griddb_python_client in Python.
5860

5961
(For Ruby)
6062

61-
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>
6266

6367
2. Import griddb_ruby_client in Ruby.
6468

0 commit comments

Comments
 (0)