Skip to content

Instantly share code, notes, and snippets.

@anna-anisienia
Created January 3, 2021 15:31
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 anna-anisienia/ed9b65c696db4792c0f968d6004de2fa to your computer and use it in GitHub Desktop.
Save anna-anisienia/ed9b65c696db4792c0f968d6004de2fa to your computer and use it in GitHub Desktop.
[ec2-user@ip-000-00-00-00 ~]$ python3
Python 3.7.9 (default, Aug 27 2020, 21:59:41)
[GCC 7.3.1 20180712 (Red Hat 7.3.1-9)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import prefect
>>> prefect.__version__
'0.14.1'
>>> import boto3
>>> boto3.__version__
'1.16.47'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment