% conda create --name testcv python=3.8
Collecting package metadata (current_repodata.json): done
Solving environment: done
==> WARNING: A newer version of conda exists. <==
current version: 23.1.0
latest version: 23.7.2
Please update conda by running
$ conda update -n base -c conda-forge conda
Or to minimize the number of packages updated during conda update use
conda install conda=23.7.2
## Package Plan ##
environment location: /miniforge3/envs/testcv
added / updated specs:
- python=3.8
The following packages will be downloaded:
package | build
---------------------------|-----------------
ca-certificates-2023.7.22 | hf0a4a13_0 146 KB conda-forge
openssl-3.1.2 | h53f4e23_0 2.1 MB conda-forge
pip-23.2.1 | pyhd8ed1ab_0 1.3 MB conda-forge
python-3.8.17 |h3ba56d0_0_cpython 13.1 MB conda-forge
wheel-0.41.1 | pyhd8ed1ab_0 56 KB conda-forge
------------------------------------------------------------
Total: 16.8 MB
The following NEW packages will be INSTALLED:
bzip2 conda-forge/osx-arm64::bzip2-1.0.8-h3422bc3_4
ca-certificates conda-forge/osx-arm64::ca-certificates-2023.7.22-hf0a4a13_0
libffi conda-forge/osx-arm64::libffi-3.4.2-h3422bc3_5
libsqlite conda-forge/osx-arm64::libsqlite-3.42.0-hb31c410_0
libzlib conda-forge/osx-arm64::libzlib-1.2.13-h53f4e23_5
ncurses conda-forge/osx-arm64::ncurses-6.4-h7ea286d_0
openssl conda-forge/osx-arm64::openssl-3.1.2-h53f4e23_0
pip conda-forge/noarch::pip-23.2.1-pyhd8ed1ab_0
python conda-forge/osx-arm64::python-3.8.17-h3ba56d0_0_cpython
readline conda-forge/osx-arm64::readline-8.2-h92ec313_1
setuptools conda-forge/noarch::setuptools-68.0.0-pyhd8ed1ab_0
tk conda-forge/osx-arm64::tk-8.6.12-he1e0b03_0
wheel conda-forge/noarch::wheel-0.41.1-pyhd8ed1ab_0
xz conda-forge/osx-arm64::xz-5.2.6-h57fd34a_0
Proceed ([y]/n)?
❷ 가상환경 생성이 완료되면 생성시 사용한 이름을 사용하여 가상환경을 활성화 한다.