About Anaconda Help Download Anaconda

conda-forge / packages / libpython-static 3.13.0rc2

General purpose programming language

copied from cf-staging / libpython-static

Installers

Info: This package contains files in non-standard labels.
  • linux-aarch64 v3.13.0rc2
  • win-64 v3.13.0rc2
  • osx-arm64 v3.13.0rc2
  • linux-ppc64le v3.13.0rc2
  • osx-64 v3.13.0rc2
  • linux-64 v3.13.0rc2

conda install

To install this package run one of the following:
conda install conda-forge::libpython-static
conda install conda-forge/label/broken::libpython-static
conda install conda-forge/label/python_debug::libpython-static
conda install conda-forge/label/python_rc::libpython-static
conda install conda-forge/label/python_rc_debug::libpython-static

Description

Python is a widely used high-level, general-purpose, interpreted, dynamic programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale.

We provide some meta packages for convenience. To get a CPython flavour, use

conda install cpython

To get the freethreading build (i.e. without the Global Interpreter Lock - GIL)

conda install python-freethreading

To get the default build (i.e. with the GIL)

conda install python-gil

To enable the use of the experimental JIT compiler in CPython

conda install python-jit

or set the environment variable PYTHONJIT=1. Note that the JIT support is available for x8664 builds only.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.2) Legal | Privacy Policy