Install Python with Miniconda

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • ➤ Please like & subscribe to see more videos like this.
    Installing Miniconda:
    docs.anaconda....
    Anaconda vs. Miniconda:
    docs.anaconda....
    ➤ Download code examples (free & paid) from my shop and support the channel:
    designersdecod...
    #creativecoding #tutorial

КОМЕНТАРІ • 5

  • @Wormsandconditions
    @Wormsandconditions Місяць тому

    when I specify the python version 3.11 for the stable diffusion env, it does not actually end up being 3.11 when I enter "python --version". It still has version 3.12.1, just as my (base) env had. What should I do?

    • @designersdecode
      @designersdecode  Місяць тому

      Did you "conda activate "?

    • @Wormsandconditions
      @Wormsandconditions Місяць тому

      @@designersdecode yes I did

    • @designersdecode
      @designersdecode  Місяць тому +1

      hmm. try creating a new env again. make sure the prompt shows the current environment. the new env may not have been activated.

    • @Wormsandconditions
      @Wormsandconditions Місяць тому +1

      @@designersdecode Thanks for your help. It ended up being a pyenv I had set up previously that was interfering. I got it working now! Thanks for the tutorial.