windows python conda usage (miniconda)
- scoop
(윈도우) 파이썬에서 conda 사용법 (miniconda)
📂
terminal.ps
# install miniconda3
scoop install miniconda3
# after install
conda install -n root -c pscondaenvs pscondaenvs
📂
terminal.ps
# > conda create -n (env-name)
# example:
conda create -n dl
📂
terminal.ps
# > activate (env-name)
# example:
activate dl
- check which python i'm using with this command :
📂
terminal.ps
scoop which python
deactivate
#python, #pip, #virtualenv, #venv, #conda