{"id":19834636,"url":"https://github.com/zotko/mac-conda-setup","last_synced_at":"2026-03-05T13:32:11.797Z","repository":{"id":247943022,"uuid":"827300832","full_name":"zotko/mac-conda-setup","owner":"zotko","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-11T11:37:17.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T21:49:33.125Z","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/zotko.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-07-11T11:36:36.000Z","updated_at":"2024-07-11T11:37:51.000Z","dependencies_parsed_at":"2024-07-11T13:11:21.467Z","dependency_job_id":"91e436a4-5401-4f24-ba74-e7c46615233d","html_url":"https://github.com/zotko/mac-conda-setup","commit_stats":null,"previous_names":["zotko/mac-conda-setup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zotko/mac-conda-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zotko%2Fmac-conda-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zotko%2Fmac-conda-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zotko%2Fmac-conda-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zotko%2Fmac-conda-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zotko","download_url":"https://codeload.github.com/zotko/mac-conda-setup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zotko%2Fmac-conda-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30127823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T12:40:50.676Z","status":"ssl_error","status_checked_at":"2026-03-05T12:39:32.209Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-11-12T12:05:16.662Z","updated_at":"2026-03-05T13:32:11.758Z","avatar_url":"https://github.com/zotko.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Setting up a Conda Environment on Mac\n\n1. Install Miniconda using Homebrew:\n   ```\n   brew install --cask miniconda\n   ```\n\n2. Initialize conda for your shell:\n   ```\n   conda init \"$(basename \"${SHELL}\")\"\n   ```\n\n3. Add conda-forge to your channels:\n   ```\n   conda config --add channels conda-forge\n   ```\n\n4. Disable auto-activation of the base environment:\n   ```\n   conda config --set auto_activate_base false\n   ```\n\n5. Reload your shell to apply changes:\n   ```\n   exec zsh -l\n   ```\n\n6. Create a new conda environment with a specified name and install packages from a requirements file:\n   ```\n   conda create --name env_name --file requirements.txt\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzotko%2Fmac-conda-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzotko%2Fmac-conda-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzotko%2Fmac-conda-setup/lists"}