Fix greenplum_path.sh change PATH#363
Conversation
Now only override PATH when Python used during ./configure isn't included in.
|
|
||
| cat <<"EOF" | ||
| PYTHONPATH="${GPHOME}/lib/python" | ||
| PATH="${GPHOME}/bin:${PYTHONBINDIR}:${PATH}" |
There was a problem hiding this comment.
can put $PATH in front ? like PATH="${PATH}:${GPHOME}/bin:${PYTHONBINDIR}"
There was a problem hiding this comment.
Probably no. The system psql like commands(comes from the standard postgres) will have higher precedence over the commands in cbdb.
|
@Ray-Eldath Could you describe what's wrong in the current greenplum_path.sh? |
|
Current greenplum_path.sh is a result of #201 to make greenplum_path.sh always using the Python during But it introduced unnecessary changes to user's I think we could just revert this portion of #201 for the sake of simplicity. |
Fix the standby test on GP7.
Fix the standby test on GP7.
Fix the standby test on GP7.
Fix the standby test on GP7.
Fix the standby test on GP7.
Fix the standby test on GP7.
Fix the standby test on GP7.
Fix the standby test on GP7.
Now only override PATH when Python used during ./configure isn't included in.