Skip to content

Python install instructions do not work on Macintosh #30

Description

@ronquist

The python install instruction on Mac OS (arm) do not work. You first need to install a virtual environment. For instance, using:

% python3 -m venv env
% source env/bin/activate

Then you can do
pip install as described.

This is a great youtube video we could point to, explaining how to install virtual environments on Mac and Windows computers: https://www.youtube.com/watch?v=Y21OR1OPC9A

Here is some official documentation of virtual environments:
`https://docs.python.org/3/library/venv.html``

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions