File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,12 @@ To install for development:
4747
4848 Otherwise, ``pip install libpy ``, making sure ``CC `` and ``CXX `` environment variables are set to the the right compiler.
4949
50+ **Note **: The installation of ``libpy `` will use the ``python `` executable to
51+ figure out information about your environment. If you are not using a virtual
52+ environment or ``python `` does not point to the Python installation you want
53+ to use (checked with ``which python `` and ``python --version ``) you must
54+ point to your Python executable using the ``PYTHON `` environment variable,
55+ i.e. ``PYTHON=python3 make `` or ``PYTHON=python3 pip3 install libpy ``.
5056
5157Tests
5258-----
Original file line number Diff line number Diff line change @@ -32,6 +32,13 @@ To install for development:
3232
3333 Otherwise, ``pip install libpy ``, making sure ``CC `` and ``CXX `` environment variables are set to the the right compiler.
3434
35+ .. note ::
36+ The installation of ``libpy `` will use the ``python `` executable to
37+ figure out information about your environment. If you are not using a virtual
38+ environment or ``python `` does not point to the Python installation you want
39+ to use (checked with ``which python `` and ``python --version ``) you must
40+ point to your Python executable using the ``PYTHON `` environment variable,
41+ i.e. ``PYTHON=python3 make `` or ``PYTHON=python3 pip3 install libpy ``.
3542
3643Tests
3744-----
You can’t perform that action at this time.
0 commit comments