Project Icon

aactivator

Streamlined Shell Environment Management with Bash and Zsh

Product Descriptionaactivator is a tool that simplifies environment management by auto-sourcing and unsourcing environments. It asks for confirmation before sourcing unknown directories and avoids modifiable files for safety. The tool is compatible with Python 2.7 and 3.4+, requiring only the standard library. Supporting both bash and zsh, it optimizes operation without altering standard functions. It uses two simple files—.activate.sh and .deactivate.sh for Python virtualenvs. Installation methods include direct execution, pip, or a Debian package. By automating virtualenv sourcing, it supports large projects with ease.
Project Details