An open API service indexing awesome lists of open source software.

https://github.com/tek/zsh-auto-virtualenv

automatically (de)activate virtualenvs when changing directories
https://github.com/tek/zsh-auto-virtualenv

Last synced: over 1 year ago
JSON representation

automatically (de)activate virtualenvs when changing directories

Awesome Lists containing this project

README

          

## Description

This is a zsh plugin that registers a chpwd hook that compares project
directories from `~/.virtualenvs` to `$PWD` and activates matching environments.