Skip to content

Commit

Permalink
Use Python 3.12 on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
aphedges authored and acabal committed Dec 30, 2024
1 parent d7a7e7f commit a1b338a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ ln -s $(pipx environment --value PIPX_LOCAL_VENVS)/standardebooks/lib/python3.*/

```shell
# Install some pre-flight dependencies.
brew install cairo calibre git openjdk pipx python@3.11
brew install cairo calibre git openjdk pipx python@3.12
pipx ensurepath
sudo ln -sfn $(brew --prefix)/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk

# Install the toolset.
pipx install --python python3.11 standardebooks
pipx install --python python3.12 standardebooks

# Optional: Bash users who have set up bash-completion via brew can install tab completion.
ln -s $(pipx environment --value PIPX_LOCAL_VENVS)/standardebooks/lib/python3.*/site-packages/se/completions/bash/se $(brew --prefix)/etc/bash_completion.d/se
Expand Down

0 comments on commit a1b338a

Please sign in to comment.