Small utility to activate python venvs without hassle
0

Configure Feed

Select the types of activity you want to include in your feed.

PowerShell 52.9%
Shell 47.1%
3 1 0

Clone this repository

https://tangled.org/humberto.io/activate https://tangled.org/did:plc:ezgulu55z77nxkrfegkbp3fh
git@knot.humberto.io:humberto.io/activate git@knot.humberto.io:did:plc:ezgulu55z77nxkrfegkbp3fh

For self-hosted knots, clone URLs may differ based on your setup.



README.md

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