{"id":18558007,"url":"https://github.com/zh/virgo","last_synced_at":"2025-10-24T02:42:29.121Z","repository":{"id":12288632,"uuid":"14915444","full_name":"zh/virgo","owner":"zh","description":"Create Golang virtual environments","archived":false,"fork":false,"pushed_at":"2013-12-04T05:44:11.000Z","size":100,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T14:38:24.294Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zh.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":"2013-12-04T05:43:46.000Z","updated_at":"2023-09-04T15:44:41.000Z","dependencies_parsed_at":"2022-08-20T23:30:19.932Z","dependency_job_id":null,"html_url":"https://github.com/zh/virgo","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/zh%2Fvirgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zh%2Fvirgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zh%2Fvirgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zh%2Fvirgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zh","download_url":"https://codeload.github.com/zh/virgo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248140751,"owners_count":21054347,"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-11-06T21:38:39.729Z","updated_at":"2025-10-24T02:42:24.103Z","avatar_url":"https://github.com/zh.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# virgo - Create Golang virtual environments\n\n## Overview\n\nVery simple command line tool, inspired by Python's [virtualenv](https://pypi.python.org/pypi/virtualenv).\n\n## Install\n\nCopy the two included in the distribution files, _virgo_ and _goactivate_ to some directory and fix the __VIDIR__ line inside _virgo_:\n\n    VIDIR=\"${HOME}/bin\"\n\n## Usage\n\nCreate new virtual environment with\n\n    $ virgo ./new_proj\n\nThis will create the basic structure for a Go language project:\n\n    bin/   # command line tools\n    pkg/   # compiled binaries \n    src/   # sources    \n    \nGo to the new directory and activate the virtual environment:\n\n    $ cd ./new_proj \u0026\u0026 source ./bin/activate\n    \nActivation will change the __GOPATH__ to the current directory and also include the project _bin/_ in the __PATH__:\n\n    GOPATH=/path/to/your/project\n    PATH=$GOPATH/bin:$PATH\n\nWhen you finish working with the virtual environment, you can go back to your default Go language settings with:\n\n    $ deactivate\n    \nThis will restore the old __GOPATH__ and __PATH__ .\n    \n## Author\n\n* [Stoyan Zhekov](https://github.com/zh)\n\n\n## License\n\n[MIT License](http://opensource.org/licenses/MIT)\n\n## More\n\n* Code: \u003chttps://github.com/zh/virgo\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzh%2Fvirgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzh%2Fvirgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzh%2Fvirgo/lists"}