{"id":23109635,"url":"https://github.com/mfkimbell/python-virtual-env-notes","last_synced_at":"2026-01-18T02:51:52.919Z","repository":{"id":267393510,"uuid":"901109579","full_name":"mfkimbell/python-virtual-env-notes","owner":"mfkimbell","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-10T04:04:12.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T11:13:27.780Z","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/mfkimbell.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-12-10T04:02:08.000Z","updated_at":"2024-12-10T04:04:17.000Z","dependencies_parsed_at":"2024-12-10T05:18:21.075Z","dependency_job_id":"820642d2-4c0d-4e86-a268-253ea90077a0","html_url":"https://github.com/mfkimbell/python-virtual-env-notes","commit_stats":null,"previous_names":["mfkimbell/python-virtual-env-notes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfkimbell%2Fpython-virtual-env-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfkimbell%2Fpython-virtual-env-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfkimbell%2Fpython-virtual-env-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfkimbell%2Fpython-virtual-env-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mfkimbell","download_url":"https://codeload.github.com/mfkimbell/python-virtual-env-notes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247092392,"owners_count":20882218,"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":[],"created_at":"2024-12-17T01:38:16.689Z","updated_at":"2026-01-18T02:51:52.901Z","avatar_url":"https://github.com/mfkimbell.png","language":null,"readme":"# python-virtual-env-notes\n\n## Normal setup\n\n`python3 -m venv rdkit-env`\n\n`source rdkit-env/bin/activate`\n\n`pip install -r requirements.txt`\n\n\n## Conda\nConda is annoying, it defaults your terminal to being in a virtual environment, here are some commands I found useful\n\ninformation about the current enviornemnts\n`conda info --envs  `\n\nremove one of those environments\n`conda env remove -n rdkit-env`\n\nand create the env back\n`conda env create -f environment.yml`\n\nor you can add manually\n`conda install \u003cpackage-name\u003e`\n\nand then update the yml file\n`conda env export \u003e environment.yml`\n\nthis is how you activate an environment\n`conda activate rdkit-env`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfkimbell%2Fpython-virtual-env-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmfkimbell%2Fpython-virtual-env-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfkimbell%2Fpython-virtual-env-notes/lists"}