Skip to content

marazmiki/virtualenv-automatic-activator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

virtualenv-automatic-activator

The .bash_profile script that activates Python virtualenv in current directory tree if there is .env directory here

Installation

Add into your ~/.bashrc file there lines:

if [ -f ~/.bash_profile ]; then
  . ~/.bash_profile
fi

About

A `.bash_profile` script that activates a Python virtualenv in the current directory tree if there is a `.env` directory there

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages