Setup Virtual Environment for Python using Mini Conda - Install Python

preview_player
Показать описание
Setup Virtual Environment for Python using Mini Conda.

Reference Links (mentioned in this video):
1) Installation of homebrew:
2) mini conda official page:
3) homebrew command to install miniconda:
command: brew install --cask miniconda

Find more such useful resources, guides and eBooks at:

Instagram: @itssuperuzer

Install Python, Install Python on Mac OS
Install Python using anaconda
Install miniconda
Setup venv python
Install venv python
Рекомендации по теме
Комментарии
Автор

1 more important thing, I forgot to mention is: the first time you run/ activate mini conda, it might ask you to run conda init <shell name>, as it requires you to mention the shell/ command line name, you can run this following:
conda init zsh
or conda init bash

itsSuperUzer