{"id":13422761,"url":"https://github.com/conda/conda","last_synced_at":"2026-01-30T18:06:04.241Z","repository":{"id":5073112,"uuid":"6235174","full_name":"conda/conda","owner":"conda","description":"A system-level, binary package and environment manager running on all major operating systems and platforms.","archived":false,"fork":false,"pushed_at":"2025-05-02T21:46:57.000Z","size":73598,"stargazers_count":6866,"open_issues_count":608,"forks_count":1781,"subscribers_count":194,"default_branch":"main","last_synced_at":"2025-05-05T11:46:41.210Z","etag":null,"topics":["conda","package-management","python"],"latest_commit_sha":null,"homepage":"https://docs.conda.io/projects/conda/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"alanrenouf/vCheck-Exchange","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conda.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-10-15T22:08:03.000Z","updated_at":"2025-05-05T10:52:12.000Z","dependencies_parsed_at":"2023-09-23T14:08:21.731Z","dependency_job_id":"74531131-691b-4b43-86bc-472afe0ae27f","html_url":"https://github.com/conda/conda","commit_stats":{"total_commits":14204,"total_committers":462,"mean_commits":"30.744588744588743","dds":0.7060687130385808,"last_synced_commit":"ed2d39bfd46e3cf2793a98a148d75236eebafc65"},"previous_names":[],"tags_count":310,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conda%2Fconda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conda%2Fconda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conda%2Fconda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conda%2Fconda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conda","download_url":"https://codeload.github.com/conda/conda/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252504142,"owners_count":21758654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["conda","package-management","python"],"created_at":"2024-07-30T23:00:56.275Z","updated_at":"2026-01-30T18:06:04.231Z","avatar_url":"https://github.com/conda.png","language":"Python","readme":"[conda-logo]: https://s3.amazonaws.com/conda-dev/conda_logo.svg\n[tests-badge]: https://img.shields.io/github/actions/workflow/status/conda/conda/tests.yml?branch=main\u0026event=schedule\u0026logo=github\u0026label=tests\n[codecov-badge]: https://img.shields.io/codecov/c/github/conda/conda/main?logo=codecov\n[codspeed-badge]: https://img.shields.io/endpoint?url=https://codspeed.io/badge.json\n[release-badge]: https://img.shields.io/github/v/release/conda/conda?logo=github\n[anaconda-badge]: https://img.shields.io/conda/vn/anaconda/conda?logo=anaconda\n[conda-forge-badge]: https://img.shields.io/conda/vn/conda-forge/conda?logo=conda-forge\n[calver-badge]: https://img.shields.io/badge/calver-YY.MM.MICRO-22bfda.svg\n[gitpod]: https://gitpod.io/button/open-in-gitpod.svg\n\n[![Conda Logo][conda-logo]](https://github.com/conda/conda)\n\n[![GitHub Scheduled Tests][tests-badge]](https://github.com/conda/conda/actions/workflows/tests.yml?query=branch%3Amain+event%3Aschedule)\n[![Codecov Status][codecov-badge]](https://codecov.io/gh/conda/conda/branch/main)\n[![CodSpeed Performance Benchmarks][codspeed-badge]](https://codspeed.io/conda/conda)\n[![CalVer Versioning][calver-badge]](https://calver.org)\n\u003cbr\u003e\n[![GitHub Release][release-badge]](https://github.com/conda/conda/releases)\n[![Anaconda Package][anaconda-badge]](https://anaconda.org/anaconda/conda)\n[![conda-forge Package][conda-forge-badge]](https://anaconda.org/conda-forge/conda)\n\nConda is a cross-platform, language-agnostic binary package manager. It is a\npackage manager used in conda distributions like [Miniforge](https://github.com/conda-forge/miniforge)\nand the [Anaconda Distribution](https://www.anaconda.com/distribution/), but it may be\nused for other systems as well. Conda makes environments first-class\ncitizens, making it easy to create independent environments even for C\nlibraries. The conda command line interface is written entirely in Python,\nand is BSD licensed open source.\n\nConda is enhanced by organizations, tools, and repositories created and managed by\nthe amazing members of the [conda community](https://conda.org/). Some of them\ncan be found [here](https://github.com/conda/conda/wiki/Conda-Community).\n\n\n## Installation\n\nTo bootstrap a minimal distribution, use a minimal installer such as [Miniconda](https://docs.anaconda.com/free/miniconda/) or [Miniforge](https://conda-forge.org/download/).\n\nConda is also included in the [Anaconda Distribution](https://repo.anaconda.com).\n\n## Updating conda\n\nTo update `conda` to the newest version, use the following command:\n\n```\n$ conda update --name base conda\n```\n\n\u003e [!TIP]\n\u003e It is possible that `conda update` does not install the newest version\n\u003e if the existing `conda` version is far behind the current release.\n\u003e In this case, updating needs to be done in stages.\n\u003e\n\u003e For example, to update from `conda 4.12` to `conda 23.10.0`,\n\u003e `conda 22.11.1` needs to be installed first:\n\u003e\n\u003e ```\n\u003e $ conda install --name base conda=22.11.1\n\u003e $ conda update conda\n\u003e ```\n\n## Getting Started\n\nIf you install the Anaconda Distribution, you will already have hundreds of packages\ninstalled. You can see what packages are installed by running:\n\n```bash\n$ conda list\n```\n\nto see all the packages that are available, use:\n\n```bash\n$ conda search\n```\n\nand to install a package, use\n\n```bash\n$ conda install \u003cpackage-name\u003e\n```\n\nThe real power of conda comes from its ability to manage environments.\nIn conda, an environment can be thought of as a completely separate installation.\nConda installs packages into environments efficiently using [hard links](https://en.wikipedia.org/wiki/Hard_link) by default when it is possible, so\nenvironments are space efficient, and take seconds to create.\n\nThe default environment, which `conda` itself is installed into, is called `base`.\nTo create another environment, use the `conda create` command.\nFor instance, to create an environment with PyTorch, you would run:\n\n```bash\n$ conda create --name ml-project pytorch\n```\n\nThis creates an environment called `ml-project` with the latest version of PyTorch, and its dependencies.\n\nWe can now activate this environment:\n\n```bash\n$ conda activate ml-project\n```\n\nThis puts the `bin` directory of the `ml-project` environment in the front of the `PATH`,\nand sets it as the default environment for all subsequent conda commands.\n\nTo go back to the base environment, use:\n\n```bash\n$ conda deactivate\n```\n\n## Building Your Own Packages\n\nYou can easily build your own packages for conda, and upload them\nto [anaconda.org](https://anaconda.org), a free service for hosting\npackages for conda, as well as other package managers.\nTo build a package, create a recipe. Package building documentation is available\n[here](https://docs.conda.io/projects/conda-build/en/latest/).\nSee [AnacondaRecipes](https://github.com/AnacondaRecipes) for the recipes that make up the Anaconda Distribution and `defaults` channel.\n[Conda-forge](https://conda-forge.org/feedstocks/) and [Bioconda](https://github.com/bioconda/bioconda-recipes) are community-driven conda-based distributions.\n\nTo upload to anaconda.org, create an account. Then, install the\nanaconda-client and login:\n\n```bash\n$ conda install anaconda-client\n$ anaconda login\n```\n\nThen, after you build your recipe:\n\n```bash\n$ conda build \u003crecipe-dir\u003e\n```\n\nyou will be prompted to upload to anaconda.org.\n\nTo add your anaconda.org channel, or other's channels, to conda so\nthat `conda install` will find and install their packages, run:\n\n```bash\n$ conda config --add channels https://conda.anaconda.org/username\n```\n\n(replacing `username` with the username of the person whose channel you want\nto add).\n\n## Getting Help\n\n- [Documentation](https://docs.conda.io/projects/conda/en/latest)\n- [Zulip chat](https://conda.zulipchat.com/)\n- [Bluesky](https://bsky.app/profile/conda.org)\n- [Bug Reports/Feature Requests](https://github.com/conda/conda/issues)\n- [Installer/Package Issues](https://github.com/ContinuumIO/anaconda-issues/issues)\n\n## Contributing\n\nContributions to conda are welcome. See the [contributing](CONTRIBUTING.md) documentation\nfor instructions on setting up a development environment.\n","funding_links":[],"categories":["Python","资源列表","Programming.","\u003ca id=\"tag-dev\" href=\"#tag-dev\"\u003eDev\u003c/a\u003e","IDEs and Workspaces","Package Management","python","包管理","其他_机器学习与深度学习","Training","Package managers","Uncategorized","Awesome Python","Dependency \u0026 Package Managers"],"sub_categories":["包管理","\u003ca id=\"tag-dev.pkg_mgr\" href=\"#tag-dev.pkg_mgr\"\u003ePackage Managers\u003c/a\u003e","For Python","IDEs and Workspaces","USD","Uncategorized","Package Management"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconda%2Fconda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconda%2Fconda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconda%2Fconda/lists"}