Skip to content

Instantly share code, notes, and snippets.

@jgogstad
Created November 6, 2018 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgogstad/b9983e9a6d6fbb637ed416a47439e451 to your computer and use it in GitHub Desktop.
Save jgogstad/b9983e9a6d6fbb637ed416a47439e451 to your computer and use it in GitHub Desktop.
root@b77bc7671df6:/# which airflow
/usr/local/bin/airflow
root@b77bc7671df6:/# cat $(!!)
cat $(which airflow)
#!/usr/local/bin/python
# EASY-INSTALL-DEV-SCRIPT: 'apache-airflow===1.9.0-composer','airflow'
__requires__ = 'apache-airflow===1.9.0-composer'
__import__('pkg_resources').require('apache-airflow===1.9.0-composer')
__file__ = '/usr/local/lib/airflow/airflow/bin/airflow'
exec(compile(open(__file__).read(), __file__, 'exec'))
root@b77bc7671df6:/#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment