Open danmedani opened 4 years ago
Right now you have to source virtual_env/bin/activate manually from shell... can we make it so that a user is dropped into virtualenv upon make build?
source virtual_env/bin/activate
make build
See https://github.com/Yelp/aactivator
Right now you have to
source virtual_env/bin/activate
manually from shell... can we make it so that a user is dropped into virtualenv uponmake build
?