pyenv install 3.7.3
...
BUILD FAILED (OS X 11.6 using python-build 20180424)
...
CFLAGS="-I$(brew --prefix openssl)/include \
-I$(brew --prefix bzip2)/include \
Vue.js 23 hrs 37 mins ██████████████████▓░ | |
JavaScript 3 hrs 23 mins █████░░░░░░░░░░░░░░░ | |
TypeScript 1 hr 22 mins ███▓░░░░░░░░░░░░░░░░ | |
SCSS 37 mins ███▒░░░░░░░░░░░░░░░░ |
import axios from 'axios' | |
const auth = `Basic ${Buffer.from(`CLIENT_ID:SECRET`).toString('base64')}`; | |
const config = { | |
method: 'post', | |
url: `https://accounts.spotify.com/api/token`, | |
headers: { | |
'Authorization': auth, | |
'Accept':'application/json', |
pyenv install 3.7.3
...
BUILD FAILED (OS X 11.6 using python-build 20180424)
...
CFLAGS="-I$(brew --prefix openssl)/include \
-I$(brew --prefix bzip2)/include \
git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch PATH_TO_FILE'
GIT_SSH_COMMAND="ssh -i <PATH>" git clone git@<REPO>