CONDA_SUBDIR=osx-64 conda create -n py27 python=2.7
Channels:
- defaults
Platform: osx-64
Collecting package metadata (repodata.json): done
Solving environment: done
## Package Plan ##
environment location: /opt/miniconda3/envs/py27
added / updated specs:
- python=2.7
The following packages will be downloaded:
package | build
---------------------------|-----------------
ca-certificates-2024.7.2 | hecd8cb5_0 128 KB
certifi-2020.6.20 | pyhd3eb1b0_3 155 KB
libffi-3.4.4 | hecd8cb5_1 129 KB
ncurses-6.4 | hcec6c5f_0 1018 KB
pip-19.3.1 | py27_0 1.7 MB
python-2.7.18 | h441ce09_3 11.0 MB
readline-8.2 | hca72f7f_0 328 KB
setuptools-44.0.0 | py27_0 513 KB
sqlite-3.45.3 | h6c40b1e_0 1.2 MB
tk-8.6.14 | h4d00af3_0 3.4 MB
wheel-0.37.1 | pyhd3eb1b0_0 33 KB
zlib-1.2.13 | h4b97444_1 102 KB
------------------------------------------------------------
Total: 19.6 MB
The following NEW packages will be INSTALLED:
ca-certificates pkgs/main/osx-64::ca-certificates-2024.7.2-hecd8cb5_0
certifi pkgs/main/noarch::certifi-2020.6.20-pyhd3eb1b0_3
libffi pkgs/main/osx-64::libffi-3.4.4-hecd8cb5_1
ncurses pkgs/main/osx-64::ncurses-6.4-hcec6c5f_0
pip pkgs/main/osx-64::pip-19.3.1-py27_0
python pkgs/main/osx-64::python-2.7.18-h441ce09_3
readline pkgs/main/osx-64::readline-8.2-hca72f7f_0
setuptools pkgs/main/osx-64::setuptools-44.0.0-py27_0
sqlite pkgs/main/osx-64::sqlite-3.45.3-h6c40b1e_0
tk pkgs/main/osx-64::tk-8.6.14-h4d00af3_0
wheel pkgs/main/noarch::wheel-0.37.1-pyhd3eb1b0_0
zlib pkgs/main/osx-64::zlib-1.2.13-h4b97444_1
Proceed ([y]/n)? y
Downloading and Extracting Packages:
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
# $ conda activate py27
#
# To deactivate an active environment, use
#
# $ conda deactivate