File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/Installation/Troubleshooting Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ We sometimes see issues regarding the HDF5 dependency related some incompatibili
35
35
36
36
.. code-block:: bash
37
37
38
- scipion3 conda remove hdf5
39
- scipion3 conda install -c conda-forge hdf5
38
+ scipion3 run conda remove hdf5
39
+ scipion3 run conda install -c conda-forge hdf5
40
40
41
41
42
42
- If you have install hdf5 just in your system, we recommend to install hdf5 in the Scipion enviroment. To do that:
43
43
44
44
.. code-block:: bash
45
45
46
- scipion3 conda install -c conda-forge hdf5
46
+ scipion3 run conda install -c conda-forge hdf5
47
47
48
48
49
49
- If you have installed hdf5 in your system and you can not use conda, please remove hdf5 an all files it creates and reinstall it:
You can’t perform that action at this time.
0 commit comments