Skip to content

humrochagf/activate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Small utility to activate python venvs without hassle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published