- Install numpy (1.18.2)
pip install numpy==1.18.2- Get build tools
xcode-select --install
| #!/usr/bin/env bash | |
| org=<gh-org> | |
| repo=<gh-repo> | |
| workflow_name=<gh-workflow-name> | |
| workflow_ids=$(gh api repos/$org/$repo/actions/workflows --paginate | jq --arg name "$workflow_name" '.workflows[] | select(.["name"] | contains($name)) | .id') | |
| for workflow_id in $workflow_ids; | |
| do |
| #!/usr/bin/bash | |
| dest_dir="dest_dir" | |
| watch_dir="watch_dir" | |
| function sync() { | |
| rsync -arhv --exclude ".git/" --delete "$1/" "$dest_dir" | |
| } | |
| function get_relative_path() { |
| ;;;; usage: cat Pipfile | bb -io get_latest_python_deps_from_pipfile.clj | |
| ;;;; prerequisites | |
| ;;;; - lastversion (pipx install lastversion) | |
| ;;;; - babashka (brew install borkdude/brew/babashka) | |
| (ns script | |
| (:require [clojure.java.io :as io] | |
| [clojure.java.shell :refer [sh]] | |
| [clojure.string :as str])) |
pip install numpy==1.18.2xcode-select --install
Edit /etc/X11/Xresources/x11-common and add the following:
! Cursor
Xcursor.size: 24
Xcursor.theme: DMZ-White
Then logout/restart
I hereby claim:
To claim this, I am signing this object:
| kc get nodes -ojson | jq '.items[] | .status.nodeInfo.kubeletVersion' |