{"id":21094477,"url":"https://github.com/d99kris/tenv","last_synced_at":"2026-01-21T02:30:16.930Z","repository":{"id":55841214,"uuid":"138047391","full_name":"d99kris/tenv","owner":"d99kris","description":"Toggle python virtual environment","archived":false,"fork":false,"pushed_at":"2024-06-22T03:52:26.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-16T15:38:44.006Z","etag":null,"topics":["linux","macos","python","virtualenv","virtualenvwrapper"],"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/d99kris.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-20T14:53:58.000Z","updated_at":"2024-06-09T07:30:23.000Z","dependencies_parsed_at":"2024-06-22T15:56:47.402Z","dependency_job_id":null,"html_url":"https://github.com/d99kris/tenv","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d99kris%2Ftenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d99kris%2Ftenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d99kris%2Ftenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d99kris%2Ftenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d99kris","download_url":"https://codeload.github.com/d99kris/tenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239763668,"owners_count":19692800,"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":["linux","macos","python","virtualenv","virtualenvwrapper"],"created_at":"2024-11-19T22:17:37.258Z","updated_at":"2026-01-21T02:30:14.861Z","avatar_url":"https://github.com/d99kris.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Tenv\n====\n\n| **Linux** | **Mac** |\n|-----------|---------|\n| [![Linux](https://github.com/d99kris/tenv/workflows/Linux/badge.svg)](https://github.com/d99kris/tenv/actions?query=workflow%3ALinux) | [![macOS](https://github.com/d99kris/tenv/workflows/macOS/badge.svg)](https://github.com/d99kris/tenv/actions?query=workflow%3AmacOS) |\n\nTenv - toggle python virtual environment - is a simple tool to toggle enabling/disabling a python\nvirtual environment.\n\nExample Usage\n=============\n\n    ~$ tenv\n    (.venv) ~$ pip3 install spacy\n    Collecting spacy\n    ...\n    (.venv) ~$ tenv\n    ~$ \n\nSupported Platforms\n===================\nTenv is primarily developed and tested on Linux, but basic functionality\nshould work in macOS as well. Current version has been tested on:\n- macOS Sonoma 14.5\n- Ubuntu 22.04 LTS\n\nInstallation\n============\nDownload the source code:\n\n    git clone https://github.com/d99kris/tenv \u0026\u0026 cd tenv\n\nGenerate Makefile and build:\n\n    mkdir -p build \u0026\u0026 cd build \u0026\u0026 cmake .. \u0026\u0026 make -s\n\nOptionally install in system:\n\n    sudo make install\n\nOptionally add alias to simplify usage, by adding the following line in ~/.bashrc (Linux)\nor ~/.bash_profile (Mac):\n\n    alias tenv=\". `which tenv`\"\n\nUsage\n=====\n\nGeneral usage syntax:\n\n    . `which tenv`\n    . `which tenv` \u003cpath\u003e\n    . `which tenv` --help\n    . `which tenv` --version\n\nOptions:\n\n    \u003cpath\u003e optionally specify virtual environment directory name\n\n    --help display this help and exit\n\n    --version\n           output version information and exit\n\nTechnical Details\n=================\nTenv test suite can be run using these commands:\n\n    mkdir -p build \u0026\u0026 cd build \u0026\u0026 cmake .. \u0026\u0026 make -s \u0026\u0026 ctest --output-on-failure\n\nLicense\n=======\nTenv is distributed under the MIT license. See LICENSE file.\n\nKeywords\n========\ntoggle, virtualenv.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd99kris%2Ftenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd99kris%2Ftenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd99kris%2Ftenv/lists"}