(base) [lege@hn1 testVisanu]$ conda create -n pythonENV python=3.10 scipy=1.13.0 astroid babel
Channels:
- conda-forge
- bioconda
- defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: done
==> WARNING: A newer version of conda exists. <==
current version: 24.3.0
latest version: 24.4.0
Please update conda by running
$ conda update -n base -c conda-forge conda
## Package Plan ##
environment location: /home/lege/miniforge3/envs/pythonENV
added / updated specs:
- astroid
- babel
- python=3.10
- scipy=1.13.0
The following packages will be downloaded:
package | build
---------------------------|-----------------
astroid-3.2.0 | py310hff52083_0 389 KB conda-forge
babel-2.14.0 | pyhd8ed1ab_0 7.3 MB conda-forge
libblas-3.9.0 |22_linux64_openblas 14 KB conda-forge
libcblas-3.9.0 |22_linux64_openblas 14 KB conda-forge
libgfortran-ng-13.2.0 | h69a702a_7 24 KB conda-forge
libgfortran5-13.2.0 | hca663fb_7 1.4 MB conda-forge
liblapack-3.9.0 |22_linux64_openblas 14 KB conda-forge
libopenblas-0.3.27 |pthreads_h413a1c8_0 5.3 MB conda-forge
numpy-1.26.4 | py310hb13e2d6_0 6.7 MB conda-forge
pytz-2024.1 | pyhd8ed1ab_0 184 KB conda-forge
scipy-1.13.0 | py310h93e2701_1 15.8 MB conda-forge
typing-extensions-4.11.0 | hd8ed1ab_0 10 KB conda-forge
typing_extensions-4.11.0 | pyha770c72_0 37 KB conda-forge
------------------------------------------------------------
Total: 37.1 MB
The following NEW packages will be INSTALLED:
_libgcc_mutex conda-forge/linux-64::_libgcc_mutex-0.1-conda_forge
_openmp_mutex conda-forge/linux-64::_openmp_mutex-4.5-2_gnu
astroid conda-forge/linux-64::astroid-3.2.0-py310hff52083_0
babel conda-forge/noarch::babel-2.14.0-pyhd8ed1ab_0
bzip2 conda-forge/linux-64::bzip2-1.0.8-hd590300_5
ca-certificates conda-forge/linux-64::ca-certificates-2024.2.2-hbcca054_0
ld_impl_linux-64 conda-forge/linux-64::ld_impl_linux-64-2.40-h55db66e_0
libblas conda-forge/linux-64::libblas-3.9.0-22_linux64_openblas
libcblas conda-forge/linux-64::libcblas-3.9.0-22_linux64_openblas
libffi conda-forge/linux-64::libffi-3.4.2-h7f98852_5
libgcc-ng conda-forge/linux-64::libgcc-ng-13.2.0-h77fa898_7
libgfortran-ng conda-forge/linux-64::libgfortran-ng-13.2.0-h69a702a_7
libgfortran5 conda-forge/linux-64::libgfortran5-13.2.0-hca663fb_7
libgomp conda-forge/linux-64::libgomp-13.2.0-h77fa898_7
liblapack conda-forge/linux-64::liblapack-3.9.0-22_linux64_openblas
libnsl conda-forge/linux-64::libnsl-2.0.1-hd590300_0
libopenblas conda-forge/linux-64::libopenblas-0.3.27-pthreads_h413a1c8_0
libsqlite conda-forge/linux-64::libsqlite-3.45.3-h2797004_0
libstdcxx-ng conda-forge/linux-64::libstdcxx-ng-13.2.0-hc0a3c3a_7
libuuid conda-forge/linux-64::libuuid-2.38.1-h0b41bf4_0
libxcrypt conda-forge/linux-64::libxcrypt-4.4.36-hd590300_1
libzlib conda-forge/linux-64::libzlib-1.2.13-hd590300_5
ncurses conda-forge/linux-64::ncurses-6.5-h59595ed_0
numpy conda-forge/linux-64::numpy-1.26.4-py310hb13e2d6_0
openssl conda-forge/linux-64::openssl-3.3.0-hd590300_0
pip conda-forge/noarch::pip-24.0-pyhd8ed1ab_0
python conda-forge/linux-64::python-3.10.14-hd12c33a_0_cpython
python_abi conda-forge/linux-64::python_abi-3.10-4_cp310
pytz conda-forge/noarch::pytz-2024.1-pyhd8ed1ab_0
readline conda-forge/linux-64::readline-8.2-h8228510_1
scipy conda-forge/linux-64::scipy-1.13.0-py310h93e2701_1
setuptools conda-forge/noarch::setuptools-69.5.1-pyhd8ed1ab_0
tk conda-forge/linux-64::tk-8.6.13-noxft_h4845f30_101
typing-extensions conda-forge/noarch::typing-extensions-4.11.0-hd8ed1ab_0
typing_extensions conda-forge/noarch::typing_extensions-4.11.0-pyha770c72_0
tzdata conda-forge/noarch::tzdata-2024a-h0c530f3_0
wheel conda-forge/noarch::wheel-0.43.0-pyhd8ed1ab_1
xz conda-forge/linux-64::xz-5.2.6-h166bdaf_0
Proceed ([y]/n)? y
Downloading and Extracting Packages:
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
# $ conda activate pythonENV
#
# To deactivate an active environment, use
#
# $ conda deactivate