Skip to content

rrossmiller/venv-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

venv-manager

Install

curl -s https://raw.githubusercontent.com/rrossmiller/venv-manager/main/scripts/install_rs.sh | /bin/zsh

Copy the function into ~/.zhsrc or ~/.bashrc

function venv() {
	source ~/.venv/venv_manager $@
	if [[ $? -eq 0 ]]; then
		eval $(tail -n 1 ~/.venv/.history)
	fi
}

source ~/.zshrc #(or ~/.bashrc)
venv

About

For anyone else that just uses venv, but doesn’t like to have your env dirs all over the place, try this!

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors