Skip to content

conda does not answer automatically yes #5

@smoretti

Description

@smoretti

Hi

in my case the installation stopped at this step
conda create --name alphafold python==3.8
because some yes/no questions were asked.

I fixed it this way:

     conda create --name alphafold python==3.8
     conda update -n base conda

become

     conda create -y --name alphafold python==3.8
     conda update -y -n base conda

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions