Change exported python path to 3.9 (#174)
Ventura is using Python 3.9 by default.
This commit is contained in:
parent
bf41747c81
commit
e2da170b97
@ -11,7 +11,7 @@ This playbook installs and configures most of the software I use on my Mac for w
|
|||||||
1. Ensure Apple's command line tools are installed (`xcode-select --install` to launch the installer).
|
1. Ensure Apple's command line tools are installed (`xcode-select --install` to launch the installer).
|
||||||
2. [Install Ansible](https://docs.ansible.com/ansible/latest/installation_guide/index.html):
|
2. [Install Ansible](https://docs.ansible.com/ansible/latest/installation_guide/index.html):
|
||||||
|
|
||||||
1. Run the following command to add Python 3 to your $PATH: `export PATH="$HOME/Library/Python/3.8/bin:/opt/homebrew/bin:$PATH"`
|
1. Run the following command to add Python 3 to your $PATH: `export PATH="$HOME/Library/Python/3.9/bin:/opt/homebrew/bin:$PATH"`
|
||||||
2. Upgrade Pip: `sudo pip3 install --upgrade pip`
|
2. Upgrade Pip: `sudo pip3 install --upgrade pip`
|
||||||
3. Install Ansible: `pip3 install ansible`
|
3. Install Ansible: `pip3 install ansible`
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user