-
Notifications
You must be signed in to change notification settings - Fork 307
Closed
Labels
featureNew feature or requestNew feature or requestlanguage supportRelated to using a specific language in devboxRelated to using a specific language in devbox
Description
Current State
Installing Python packages in Devbox shell with pip is currently not supported, since pip's global installation process conflicts with the Nix store. Developers can currently use Poetry to install packages in Devbox, since Poetry automatically creates a virtual environment that can install packages in an isolated fashion. However, since pip is still an incredibly popular package manager for Python, we should support it as well.
Desired State
Users should have an intuitive way to install packages using Pip in Devbox Shell, and when building images with Devbox Build. The process we work out for supporting pip should also influence how we support other package managers that can install packages globally, such as bundler and npm
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestlanguage supportRelated to using a specific language in devboxRelated to using a specific language in devbox
Type
Projects
Status
Merged