Skip to content

Instantly share code, notes, and snippets.

@cpavlatos
cpavlatos / fix_openssl_catalina.sh
Last active March 14, 2020 19:20 — forked from llbbl/fix_openssl_catalina.sh
Fix missing links to libcrypto openssl on OSX / Python Crashing
#!/bin/bash
#This is for OpenSSL1.1
#Fixes Python Crashing when Running Ansible
echo 'update brew'
brew update
echo 'upgrade brew'