{"id":13813822,"url":"https://github.com/brainsik/virtualenv-burrito","last_synced_at":"2025-04-04T11:10:34.805Z","repository":{"id":138882965,"uuid":"1488618","full_name":"brainsik/virtualenv-burrito","owner":"brainsik","description":"One command to have a working virtualenv + virtualenvwrapper environment.","archived":false,"fork":false,"pushed_at":"2019-02-11T20:29:09.000Z","size":146,"stargazers_count":848,"open_issues_count":8,"forks_count":53,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-04-04T06:06:05.677Z","etag":null,"topics":["python","virtualenv","virtualenvwrapper"],"latest_commit_sha":null,"homepage":"","language":"Python","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/brainsik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2011-03-16T19:36:12.000Z","updated_at":"2025-03-30T00:39:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5db7499-2e34-4c64-b437-957abb6b219c","html_url":"https://github.com/brainsik/virtualenv-burrito","commit_stats":{"total_commits":236,"total_committers":14,"mean_commits":"16.857142857142858","dds":0.1610169491525424,"last_synced_commit":"c6029a77b1f8ee9275171103138f8ecee7f0e9d3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainsik%2Fvirtualenv-burrito","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainsik%2Fvirtualenv-burrito/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainsik%2Fvirtualenv-burrito/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainsik%2Fvirtualenv-burrito/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brainsik","download_url":"https://codeload.github.com/brainsik/virtualenv-burrito/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166157,"owners_count":20894652,"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":["python","virtualenv","virtualenvwrapper"],"created_at":"2024-08-04T04:01:31.758Z","updated_at":"2025-04-04T11:10:34.788Z","avatar_url":"https://github.com/brainsik.png","language":"Python","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=DSKBAGSZJEF28\u0026lc=US\u0026item_name=Virtualenv%20Burrito\u0026currency_code=USD\u0026bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"],"categories":["Python (1887)","Python","Environments and Environment Management"],"sub_categories":["Sphinx"],"readme":"# Virtualenv Burrito #\n\nWith one command, have a working Python [virtualenv](http://pypi.python.org/pypi/virtualenv) +\n[virtualenvwrapper](http://pypi.python.org/pypi/virtualenvwrapper)\nenvironment.\n\n[![Build Status](https://api.travis-ci.org/brainsik/virtualenv-burrito.svg?branch=master)](https://travis-ci.org/brainsik/virtualenv-burrito)\n[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=DSKBAGSZJEF28\u0026lc=US\u0026item_name=Virtualenv%20Burrito\u0026currency_code=USD\u0026bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted)\n\n## Requirements ##\n\nPython 2.x on Linux or OS X. To check your Python version, run:\n\n    python -V\n\n## Install ##\n\n    curl -sL https://raw.githubusercontent.com/brainsik/virtualenv-burrito/master/virtualenv-burrito.sh | $SHELL\n\nIf you're behind a proxy, make sure your shell has the proper `http_proxy` and `https_proxy` variables set.\n\nIf you're using a Linux desktop terminal, you may need to configure it to use a\n\"login shell\". For gnome-terminal this can be done by running:\n\n    gconftool-2 -t bool -s /apps/gnome-terminal/profiles/Default/login_shell true\n\n## Use ##\n\nSee the\n[virtualenvwrapper quickstart](https://virtualenvwrapper.readthedocs.io/en/latest/install.html#quick-start)\nor read the\n[virtualenvwrapper command reference](https://virtualenvwrapper.readthedocs.io/en/latest/command_ref.html).\n\n### Quickstart ###\n\nTo create a new virtualenv:\n\n    mkvirtualenv newname\n\nOnce activated, `pip install \u003cpackage\u003e` (_without_ using sudo) whichever Python\npackages you want. They'll only be available in that virtualenv. You can make\nas many virtualenvs as you want.\n\nTo switch between virtualenvs:\n\n    workon othername\n\n### Upgrade ###\n\nTo upgrade to the latest virtualenv + virtualenvwrapper packages:\n\n    virtualenv-burrito upgrade\n\n## Why ##\n\nTo get Python coders coding.\n\nVirtualenv Burrito was inspired by\n[Pycon sprinters](http://us.pycon.org/2011/sprints/) who wasted time getting\nvirtualenv setup so they could start hacking on code. It's sadly\ncomplicated to quickly setup the wonderful virtualenv + virtualenvwrapper\nenvironment. Depending on your system you may end up yak shaving with\nsetuptools, distribute, virtualenv, virtulenvwrapper, .bashrc, PyPI,\napt-get/MacPorts, and more.\n\nA second feature is the ability to upgrade to newer versions of virtualenv and\nvirtualenvwrapper with a single command.\n\n## Multiple Pythons ##\n\nBoth `virtualenv` and `virtualenvwrapper` let you specify which Python interpreter\nthe virtualenv should use via the `-p` switch. For example:\n\n    mkvirtualenv -p /path/to/some/python coolname\n\nThis creates a virtualenv called “coolname” which uses `/path/to/some/python`\nas its interpreter. I've tested this with [PyPy](http://pypy.org/) and it\nworked great.\n\n## Credits ##\n\nThe real hard work is done by the creators of\n[Virtualenv](http://www.virtualenv.org/) and\n[Virtualenvwrapper](http://www.doughellmann.com/projects/virtualenvwrapper/).\nVirtualenv is maintained by [Ian Bicking](http://ianbicking.org/).\nVirtualenvwrapper is maintained by [Doug Hellman](http://www.doughellmann.com/).\n\n## Advanced ##\n\nIf you have a sophisticated shell environment or customized install scripts,\nyou may want to prevent the install script (virtualenv-burrito.sh) from\nmodifying your dot profile. To do this, either use the `--exclude-profile`\noption or set the environment variable `exclude_profile` to a non-empty value:\n\n    curl -sL https://raw.githubusercontent.com/brainsik/virtualenv-burrito/master/virtualenv-burrito.sh | exclude_profile=1 $SHELL\n\n## Uninstall ##\n\n1. Edit your shell profile (e.g., .profile, .bash_profile, etc.) and remove the\nfew lines of code added.\n1. `rm -rf ~/.venvburrito`\n\n## Caveat emptor ##\n\nThis simple script is meant for people who do not have virtualenv installed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainsik%2Fvirtualenv-burrito","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrainsik%2Fvirtualenv-burrito","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainsik%2Fvirtualenv-burrito/lists"}