Closed sekikn closed 3 years ago
Users sometimes want to add their own libraries to $PYTHONPATH to use them in the queries, but that variable is wholly overridden with ${ROOT_DIR}/python in bin/python. So it may be helpful for users to respect the original value of $PYTHONPATH.
$PYTHONPATH
${ROOT_DIR}/python
sorry for my late response, yea, it sounds a good idea. LGTM.
NOTE: merged to branch-3.1/3.0/2.4.
Users sometimes want to add their own libraries to
$PYTHONPATH
to use them in the queries, but that variable is wholly overridden with${ROOT_DIR}/python
in bin/python. So it may be helpful for users to respect the original value of$PYTHONPATH
.