Skip to content

Commit 4e68000

Browse files
committed
Added note regarding broken Python interpreter on macOS.
1 parent e48010a commit 4e68000

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ need to add them when updating, e.g., for the development package:
5757
5858
conda update -c conda-forge -c omnia -c michellab/label/dev biosimspace
5959
60+
Note that on OS X you will need to run Python scripts with the ``sire_python``
61+
interpreter. This is due to an issue with the default Python interpreter that
62+
is installed via Conda. (This applies to all installation methods.)
63+
6064
2. Using the prebuilt binaries
6165
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6266

doc/source/install.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ need to add them when updating, e.g., for the development package:
3333
3434
conda update -c conda-forge -c omnia -c michellab/label/dev biosimspace
3535
36+
Note that on OS X you will need to run Python scripts with the ``sire_python``
37+
interpreter. This is due to an issue with the default Python interpreter that
38+
is installed via Conda. (This applies to all installation methods.)
39+
3640
Binary install
3741
==============
3842

0 commit comments

Comments
 (0)