Created
August 20, 2022 18:41
-
-
Save allaway/ffe418f1a428feace3d321b49ba21a20 to your computer and use it in GitHub Desktop.
install pyEGA3 on an amazon linux instance (sage service catalog)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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