Skip to content

Instantly share code, notes, and snippets.

@allaway
Created August 20, 2022 18:41
Show Gist options
  • Select an option

  • Save allaway/ffe418f1a428feace3d321b49ba21a20 to your computer and use it in GitHub Desktop.

Select an option

Save allaway/ffe418f1a428feace3d321b49ba21a20 to your computer and use it in GitHub Desktop.
install pyEGA3 on an amazon linux instance (sage service catalog)
sudo yum groupinstall "Development Tools"
yum install python3-devel
##per https://github.com/EGA-archive/ega-download-client, not sure if sudo is really appropriate
sudo pip3 install pyega3
##test
pyega3 --help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment