keepsake icon indicating copy to clipboard operation
keepsake copied to clipboard

Add support for virtual envs when setting up development environment

Open hemildesai opened this issue 4 years ago • 2 comments
trafficstars

Currently, running make develop and make test installs python packages via the default system python (if a virtual env is not setup).

Ideally, there should be an optional step to setup and activate a venv.

Also, add files and folders to .gitignore from https://github.com/github/gitignore/blob/master/Python.gitignore

hemildesai avatar Dec 22 '20 10:12 hemildesai

Happy to help with this.

hemildesai avatar Dec 22 '20 10:12 hemildesai

@hemildesai That would be fantastic, thank you! This would avoid having to install the binary globally, too.

bfirsh avatar Dec 22 '20 15:12 bfirsh