SarahAsad23 opened a new issue, #4317: URL: https://github.com/apache/texera/issues/4317
### Task Summary Currently, package installation within Python Virtual Environments is handled exclusively through pip. However, some users rely on alternative package managers such as Conda or UV for better dependency resolution, performance, or compatibility with specific libraries. To improve flexibility and usability, the system should allow users to select their preferred package manager (pip, Conda, or UV) when configuring a Python Virtual Environment. Based on the selected option, the environment setup and dependency installation process should use the corresponding package manager while maintaining compatibility with the system’s execution requirements. ### Priority P2 – Medium ### Task Type - [x] Code Implementation - [ ] Documentation - [x] Refactor / Cleanup - [ ] Testing / QA - [ ] DevOps / Deployment -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
