Open encukou opened 5 years ago
Currently, elsa builds in the app directory. I use the app from a library, and in pipenv, putting the build in $(pipenv --venv)/lib/python3.6/site-packages/<my_library>/_build/.
$(pipenv --venv)/lib/python3.6/site-packages/<my_library>/_build/
Would the current directory be a better default?
Yes
Currently, elsa builds in the app directory. I use the app from a library, and in pipenv, putting the build in
$(pipenv --venv)/lib/python3.6/site-packages/<my_library>/_build/
.Would the current directory be a better default?