We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce88b46 commit 493a5edCopy full SHA for 493a5ed
1 file changed
Cloud_Setup/jupyter_env_setup.sh
@@ -94,6 +94,7 @@ mamba install notebook -y
94
mamba install progressbar -y
95
mamba install gsw -y
96
mamba install nco -y
97
+mamba install pympler -y
98
99
# install remaining packages using pip
100
# (mamba installs tend to get killed on t2.micro)
@@ -106,6 +107,7 @@ pip install ecco_v4_py
106
107
108
echo -e "${red_start}Completed Python package installations${nocolor_start}"
109
110
+
111
echo -e "${red_start}Setting up NASA Earthdata authentication${nocolor_start}"
112
# NASA Earthdata authentication
113
# check if credentials are already archived in ~/.netrc, and if not then prompt the user for them
0 commit comments