{"id":15672982,"url":"https://github.com/bbengfort/venv","last_synced_at":"2025-08-09T14:06:14.785Z","repository":{"id":14384400,"uuid":"17094672","full_name":"bbengfort/venv","owner":"bbengfort","description":"Helpers for virtualenv and virtualenvwrapper","archived":false,"fork":false,"pushed_at":"2014-02-22T21:14:19.000Z","size":119,"stargazers_count":15,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-30T05:26:51.158Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bbengfort.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-22T21:05:18.000Z","updated_at":"2020-07-20T18:33:46.000Z","dependencies_parsed_at":"2022-09-08T15:00:46.230Z","dependency_job_id":null,"html_url":"https://github.com/bbengfort/venv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbengfort%2Fvenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbengfort%2Fvenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbengfort%2Fvenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbengfort%2Fvenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbengfort","download_url":"https://codeload.github.com/bbengfort/venv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250540939,"owners_count":21447427,"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-10-03T15:34:43.195Z","updated_at":"2025-04-24T01:11:41.223Z","avatar_url":"https://github.com/bbengfort.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# virtualenv cheatsheet #\n**Helpers for virtualenv and virtualenvwrapper.**\n\n## Setup ##\n\n1. Install virtualenv and virtualenvwrapper with pip or your preferred method. \n2. Copy the enviornment variables from `bash_environ` to your `.profile` or `.bashrc` or `.bash_profile`\n3. Source your profile (or exit and reopen your terminal)\n\n## Read ##\n\nCheck out the [cheatsheet](virtualenv_cheatsheet.md) for recommendations on how to use these helpers.\n\n## Python Package setup ##\n\nThis is my normal method to setup a Python project:\n\n1. Create a directy in `$PROJECT_HOME` for my project lets name it \"project\"\n2. `cd $PROJECT_HOME/project\n3. git init\n4. touch .gitignore\n5. venv.init -a $(pwd) project\n6. mkdirs docs tests project bin\n7. touch tests/__init__.py\n8. touch project/__init__.py\n9. touch setup.py\n10. pip install (whatever you need)\n11. pip freeze \u003e requirements.txt\n12. touch README.md\n13. touch LICENSE\n\nAt this point you should have everything you need to get started (commit your initial structure and go!)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbengfort%2Fvenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbengfort%2Fvenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbengfort%2Fvenv/lists"}