Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 625 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 625 Bytes

Activate oh-my-zsh plugin for Python

Utility command to activate local Python venv located at the same folder of the code project.

Installation

Clone this repository into the custom/plugins folder of your oh-my-zsh installation:

git clone https://github.com/humrochagf/activate.git ~/.oh-my-zsh/custom/plugins/activate

Then refresh the shell with:

omz reload

Usage

This plugin adds the command activate that will look for common venv folders in the root of your code project and activate it without you having to search manually for it.

cd my_code_project
activate