Skip to content

Commit

Permalink
Added note regarding broken Python interpreter on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed May 3, 2019
1 parent e48010a commit 4e68000
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ need to add them when updating, e.g., for the development package:
conda update -c conda-forge -c omnia -c michellab/label/dev biosimspace
Note that on OS X you will need to run Python scripts with the ``sire_python``
interpreter. This is due to an issue with the default Python interpreter that
is installed via Conda. (This applies to all installation methods.)

2. Using the prebuilt binaries
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
4 changes: 4 additions & 0 deletions doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ need to add them when updating, e.g., for the development package:
conda update -c conda-forge -c omnia -c michellab/label/dev biosimspace
Note that on OS X you will need to run Python scripts with the ``sire_python``
interpreter. This is due to an issue with the default Python interpreter that
is installed via Conda. (This applies to all installation methods.)

Binary install
==============

Expand Down

0 comments on commit 4e68000

Please sign in to comment.