Shorcuts Iterm2
In iTerm2 preferences ⌘,
> Profiles > Keys
Create a Key in Send hex code
and add.
Action | Shorcut | Hex Code |
---|---|---|
Delete All characters Left | ⌘+←Delete |
0x18 0x7f or 0x15 |
from datetime import timedelta | |
# The DAG object; we'll need this to instantiate a DAG | |
from airflow import DAG | |
# Operators; we need this to operate! | |
from airflow.operators.bash import BashOperator | |
from airflow.utils.dates import days_ago | |
# 1- Configs as args |
In iTerm2 preferences ⌘,
> Profiles > Keys
Create a Key in Send hex code
and add.
Action | Shorcut | Hex Code |
---|---|---|
Delete All characters Left | ⌘+←Delete |
0x18 0x7f or 0x15 |
install homebrew if dont have it.
brew install zlib
brew install python # (to get system level python3; this step is optional)
brew install pyenv
See an explanation in this post:
A "Best of the Best Practices" (BOBP) guide to developing in Python.