Doc0x1 / python-venv-zsh-function

Use this function with ZSH to automatically create a ./venv directory in a directory and automatically source it when you run the command.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-venv-zsh-function

Use this function with ZSH to automatically create a ./venv directory in a directory and automatically source it when you run the command.

Or, add it to a .functions file or something

You can add this function to your .zshrc file or a separate file that you are sourcing from your .zshrc file.

About

Use this function with ZSH to automatically create a ./venv directory in a directory and automatically source it when you run the command.