Skip to content

Automatically install pip when we use conda #672

Open
@choldgraf

Description

@choldgraf

Since the new version of Anaconda, I believe that warnings will be generated when pipinstalling something if pip is not explicitly installed in the Anaconda environment first. E.g.:

binder-examples/python-conda_pip#1

Do we want to automatically install pip whenever somebody specifies a conda build pack? I can see both sides to this:

  • Pros - it continues the behavior that already exists in Binder, and makes a probably reasonable assumption about most people installing anaconda w/ a python env.
  • Cons - it makes some decisions on the user's behalf, and one could argue that from a "make it explicit" standpoint, requiring people to put pip in their environment.yml file is preferable

Anyone have thoughts on that?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions