Skip to content

shosca/zsh-pew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Pew Autoswitch Virtualenv

A very simple plugin that sets up and manages virtualenvs using pew, automatically switches virtualenvs as you move directories

Install

ZPlug

zplug "shosca/zsh-pew"

Settings

  • DISABLE_PEW_AUTOACTIVATE will disable autoactivation on load
  • PEW_DEFAULT_PYTHON sets the default python to use for virtualenv
  • PEW_DEFAULT_REQUIREMENTS a requirements file for python packages to be installed by default

Commands

  • mkvirtualenv creates a virtualenv using pew for a project
  • rmvirtualenv destorys a virtualenv for a project using pew
  • install_requirements installs python requirements found in the project
  • workon manually activates virtualenv
  • enable_pew_autoactivate and disable_pew_autoactivate toggles pew autoactivation

About

Zsh plugin that sets up and manages virtualenvs using pew, automatically switches virtualenvs as you move directories

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages