{"id":15971642,"url":"https://github.com/dolph/virtualenvwrapperlite","last_synced_at":"2025-04-04T15:44:58.120Z","repository":{"id":33954572,"uuid":"37682896","full_name":"dolph/virtualenvwrapperlite","owner":"dolph","description":"Simple commands to make it easier to work with virtualenv.","archived":false,"fork":false,"pushed_at":"2020-12-12T17:39:41.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T01:41:28.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dolph.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":"2015-06-18T20:24:05.000Z","updated_at":"2020-12-12T17:39:43.000Z","dependencies_parsed_at":"2022-07-13T21:43:39.427Z","dependency_job_id":null,"html_url":"https://github.com/dolph/virtualenvwrapperlite","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/dolph%2Fvirtualenvwrapperlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolph%2Fvirtualenvwrapperlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolph%2Fvirtualenvwrapperlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolph%2Fvirtualenvwrapperlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dolph","download_url":"https://codeload.github.com/dolph/virtualenvwrapperlite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208066,"owners_count":20901568,"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-07T20:22:50.554Z","updated_at":"2025-04-04T15:44:58.101Z","avatar_url":"https://github.com/dolph.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"`virtualenvwrapperlite`\n=========================\n\n`virtualenvwrapperlite` is a \"rewrite\" of [Doug Hellmann's\n`virtualenvwrapper`](https://pypi.python.org/pypi/virtualenvwrapper) in bash.\nThe goal to to provide the same developer user experience that the core\nfeatures of `virtualenvwrapper` provide to `virtualenv`, but without the\nperformance overhead and additional complexity of all the features I don't use.\nIf you have a feature request for this project, then you should probably be\nusing `virtualenvwrapper` instead.\n\nFeatures\n--------\n\n1. **Organizes all of your virtual environments in one place.**\n\n2. **Wrappers for managing your virtual environments (create, delete,** ~~copy~~**).**\n\n3. **Use a single command to switch between environments.**\n\n4. ~~Tab completion for commands that take a virtual environment as argument.~~\n\n5. ~~User-configurable hooks for all operations.~~\n\n6. ~~Plugin system for more creating sharable extensions.~~\n\nIf the ~~crossed out~~ features are appealing to you, use [Doug Hellmann's\n`virtualenvwrapper`](https://pypi.python.org/pypi/virtualenvwrapper) instead.\n\nUsage\n-----\n\nCreate a Python virtual environment, no matter your working directory, and\nimmediately jump into it:\n\n    $ mkvirtualenv my_new_venv\n    (my_new_venv) $\n\nSimilarly, list your available virtual environments:\n\n    (my_new_venv) $ lsvirtualenv\n    my_new_venv\n    other_venv\n\nSwitch to another virtual environment at any time:\n\n    (my_new_venv) $ workon other_venv\n    (other_venv) $\n\nRemove a virtual environment, even if you're still using it:\n\n    (other_venv) $ rmvirtualenv other_venv\n    $\n\nSetup\n-----\n\nSimilar to `virtualenvwrapper`, `virtualenvwrapperlite` supports the\n`WORKON_HOME` environment variable for determining the \"home\" folder for all\nof your Python virtual environments. If you don't specify a value for\n`WORKON_HOME`, it will default to `~/Envs` and the directory will be\ncreated for you.\n\nClone this repository, and add the following to your `.bashrc` or\n`.profile`:\n\n    export WORKON_HOME=~/Envs\n    source path/to/virtualenvwrapperlite.sh\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdolph%2Fvirtualenvwrapperlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdolph%2Fvirtualenvwrapperlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdolph%2Fvirtualenvwrapperlite/lists"}