Adds: updated readme and fixes for Python installation on Big Sur

This commit is contained in:
Ben Dixon
2021-01-01 15:43:12 +08:00
parent 955861679a
commit 25df194b0c
3 changed files with 24 additions and 32 deletions

View File

@@ -191,15 +191,12 @@
- name: "Install Default Python"
shell: |
export LDFLAGS="${LDFLAGS} -L/usr/local/opt/zlib/lib"
export CPPFLAGS="${CPPFLAGS} -I/usr/local/opt/zlib/include"
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH} /usr/local/opt/zlib/lib/pkgconfig"
source /Users/{{ lookup('env', 'USER') }}/.asdf/asdf.sh
asdf install python 3.7.3
asdf global python 3.7.3
asdf install python 3.9.1
asdf global python 3.9.1
pip3 install boto
pip3 install ansible
pip3 install jupyterlab`
pip3 install jupyterlab
pip3 isntall numpy
pip3 install scipy
pip3 install matplotlib