Skip to content

Commit

Permalink
python311, not 310 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
albbas committed Nov 3, 2023
1 parent f2c1e69 commit 3be4d8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infra/GettingStartedUsingMacPorts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
2. Install required CLI tools with the following commands:

```sh
sudo port install autoconf automake libtool python310 py310-pip \
sudo port install autoconf automake libtool python311 py311-pip \
py311-yaml wget bison cmake gawk saxon antiword wv libxslt \
poppler tidy subversion

sudo port select --set pip3 pip310
sudo port select --set pip3 pip311

sudo port select --set python3 python310
sudo port select --set python3 python311
```

3 comments on commit 3be4d8f

@TinoDidriksen
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Speaking of, let me know when everything should move to 3.12. Looks like the modules we use are all available now.

@albbas
Copy link
Contributor Author

@albbas albbas commented on 3be4d8f Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default python3 in brew on Mac is 3.11 (.6 right now), and Fedora 38 also uses that, so it's perhaps good to use brew and most recent Fedora as a guide line for choosing python3 version?

@TinoDidriksen
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good reasoning. Default in MacPorts also seems to still be 3.11.

Please sign in to comment.