django-bootstrap-studio-tools icon indicating copy to clipboard operation
django-bootstrap-studio-tools copied to clipboard

Avoid sourcing venv, create custom environment ?

Open AbcSxyZ opened this issue 5 years ago • 0 comments

For the export script, I think you should avoid this line : source ~/venv/django-bss-tools/bin/activate

It's too specific to user environment, and it will create trouble for peoples.

I had an idea to solve this problem. Bootstrap studio do not allow passing arguments, it could have been great to specify different kind of environment.

Instead, you can create a kind of env file with some custom settings, and with for example information about the expected environment.

AbcSxyZ avatar Aug 06 '20 19:08 AbcSxyZ