newenglander
New Contributor II

Hi @tomasz , I am not the original poster but as it is now 3 years later I wanted to ask: is it still the case that PYTHONPATH cannot be modified from an init script in a way that won't be overwritten?

Is there a solution for putting a Workspace directory on python's path aside from explicitly modifying `sys.path` in every executable notebook or python script?

Would `pip install -e /Workspace/<etc>` work in an init script?

Thank you