@@ -34,7 +34,7 @@ This project is a **fork** of `psycopg`, originally developed by the Psycopg Tea
3434
3535**gaussdb ** inherits the same license. All modifications are distributed under the **LGPL v3 **.
3636
37- See the full license text in the :download: `LICENSE.txt ` file.
37+ See the full license text in the `LICENSE.txt ` file.
3838
3939.. note ::
4040
@@ -134,7 +134,7 @@ Now hack away! You can run the tests using on GaussDB::
134134
135135 # Set the Python import path to include your local GaussDB Python project
136136 # Replace your_path with actual values
137- export PYTHONPATH=/your_path/gaussdb-python
137+ export PYTHONPATH=" /your_path/gaussdb-python/gaussdb:/your_path/gaussdb-python/gaussdb_pool"
138138
139139 # Select the pure-Python implementation of the GaussDB adapter
140140 export PSYCOPG_IMPL=python
@@ -183,7 +183,7 @@ Recommended Steps to Run OpenGauss with Python GaussDB Driver Testing (Assuming
183183
184184 # Set the Python import path to include your local GaussDB Python project
185185 # Replace your_path with actual values
186- export PYTHONPATH=/your_path/gaussdb-python
186+ export PYTHONPATH=" /your_path/gaussdb-python/gaussdb:/your_path/gaussdb-python/gaussdb_pool"
187187
188188 # Select the pure-Python implementation of the GaussDB adapter
189189 export PSYCOPG_IMPL=python
@@ -207,7 +207,7 @@ Steps to Run OpenGauss(SSL) with Python GaussDB Driver Testing (Assuming Docker
207207
208208 # Set the Python import path to include your local GaussDB Python project
209209 # Replace your_path with actual values
210- export PYTHONPATH=/your_path/gaussdb-python
210+ export PYTHONPATH=" /your_path/gaussdb-python/gaussdb:/your_path/gaussdb-python/gaussdb_pool"
211211
212212 # Select the pure-Python implementation of the GaussDB adapter
213213 export PSYCOPG_IMPL=python
0 commit comments