You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, that part of has not been fully fleshed out. I can add extra logic for the has_module function to return True for installed modules. You can check the dist_path function for now.
import libtbx.load_env
e = libtbx.env
e.dist_path('ccp4io')
The idea will be that software that uses cctbx-base will not need to modify the environment object at all. As long as the modules are installed in the correct place, the environment object will think it is configured.
however
$ ls -d (PREFIX)/lib/python3.8/site-packages/ccp4io* lib/python3.8/site-packages/ccp4io lib/python3.8/site-packages/ccp4io_adaptbx
Does it make sense for the packages to be both present and not configured?
Environment (
conda list
):The text was updated successfully, but these errors were encountered: