{"id":23050872,"url":"https://github.com/codewithcharan/anaconda-commands","last_synced_at":"2026-01-28T05:21:19.923Z","repository":{"id":255859990,"uuid":"853764452","full_name":"CodeWithCharan/Anaconda-Commands","owner":"CodeWithCharan","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-07T13:31:58.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-27T00:43:21.673Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeWithCharan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-07T13:25:42.000Z","updated_at":"2024-09-07T13:32:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"8fa7066c-47bf-432d-aade-ab890fbda25f","html_url":"https://github.com/CodeWithCharan/Anaconda-Commands","commit_stats":null,"previous_names":["codewithcharan/anaconda-commands"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeWithCharan/Anaconda-Commands","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithCharan%2FAnaconda-Commands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithCharan%2FAnaconda-Commands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithCharan%2FAnaconda-Commands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithCharan%2FAnaconda-Commands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeWithCharan","download_url":"https://codeload.github.com/CodeWithCharan/Anaconda-Commands/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithCharan%2FAnaconda-Commands/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28840088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T02:10:51.810Z","status":"ssl_error","status_checked_at":"2026-01-28T02:10:50.806Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-12-15T23:39:02.193Z","updated_at":"2026-01-28T05:21:19.909Z","avatar_url":"https://github.com/CodeWithCharan.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anaconda commands:\n\n## Basic Conda Commands\n\n- **Check conda version:**\n\n  ```bash\n  conda --version\n  ```\n\n- **Update conda:**\n\n  ```bash\n  conda update conda\n  ```\n\n- **Update Anaconda distribution:**\n\n  ```bash\n  conda update anaconda\n  ```\n\n## Creating Environments\n\n- **Create a new environment with a specific Python version:**\n\n  ```bash\n  conda create -n myenv python=3.8\n  ```\n\n## Activating/Deactivating Environments\n\n- **Activate an environment:**\n\n  ```bash\n  conda activate myenv\n  ```\n\n- **Deactivate the current environment:**\n\n  ```bash\n  conda deactivate\n  ```\n\n## Listing Environments\n\n- **List all environments:**\n\n  ```bash\n  conda env list\n  ```\n\n## Removing Environments\n\n- **Remove an environment:**\n\n  ```bash\n  conda remove --name myenv --all\n  ```\n\n## Packages\n\n- **List all installed packages in the current environment:**\n\n  ```bash\n  conda list\n  ```\n\n- **Update a package:**\n\n  ```bash\n  conda update numpy\n  ```\n\n- **Update all packages in the environment:**\n\n  ```bash\n  conda update --all\n  ```\n\n- **Remove a package from the current environment:**\n\n  ```bash\n  conda remove numpy\n  ```\n\n- **Search for a package:**\n\n  ```bash\n  conda search package-name\n  ```\n\n- **Clean unused packages and caches:**\n\n  ```bash\n  conda clean --all\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithcharan%2Fanaconda-commands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithcharan%2Fanaconda-commands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithcharan%2Fanaconda-commands/lists"}