mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 04:08:11 +08:00
Currently, if there is no build directory, the `make install` target will attempt to cd into the build directory, fail, and run pip install -e . in the root directory anyway. This causes cellxgene to be installed from the source tree instead of what the user would expect. This commit changes the behavior such that the `make install` will fail if there is no build directory.
4.0 KiB
4.0 KiB