dpv
dpv copied to clipboard
dpv is an alternative to pyenv-virtualenv and virtualenvwrapper
dpv (dee-pee-vee) is a dead simple alternative to pyenv-virtualenv and virtualenvwrapper
Why?
- It's simple. Just type
dpvordpv <python version>and get the work done. - It's pure shell and POSIX-compliant tested with: ash bash dash ksh zsh
- It's built to get out of the way!
Installation
- Download
sh -c 'curl -fsSLo $1 https://github.com/caioariede/dpv/releases/download/v0.11.4/dpv && chmod +x $1' -- /usr/local/bin/dpv
- Configure — Add the following line to your .bashrc, .zshrc, etc
eval "$(dpv internal-load-shell)"
Check out more details in the installation instructions
Usage
Take a look at the dpv cheatsheet - or for more detailed instructions, check the documentation