You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/05/08 06:37:18 UTC

[GitHub] [pulsar] hbs commented on issue #6907: ${PYTHONPATH} is not expanded thus leading to incorrect environment variable value

hbs commented on issue #6907:
URL: https://github.com/apache/pulsar/issues/6907#issuecomment-625660598


   The initial intent was probably to expand the value of PYTHONPATH by appending an additional path to it, what actually happens is that the PYTHONPATH variable is set literally to
   
   ${PYTHONPATH}:<NEWPATH>
   
   not <WHATEVER_PYTHONPATH_CONTAINED>:<NEWPATH>
   
   since ${PYTHONPATH} is not expanded


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org