Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2025 01:01 PM
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