-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow installation of dxtbx with read-only
conda_base/
(#413)
On some HPC systems, the root environment is read-only. This allows installation and usage within the libtbx environment without having to create extra layers of virtual environments. It does this by falling back to inserting the editable source PYTHONPATH into the tbx dispatcher system's list of extra python paths, and requesting tbx dispatcher generation directly.
- Loading branch information
Showing
2 changed files
with
128 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Handle installing dxtbx as a "real" package when the ``conda_base/`` is read-only |