We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423a0e9 commit b1d5714Copy full SHA for b1d5714
guidance/setup_host.sh
@@ -3,6 +3,8 @@
3
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
# SPDX-License-Identifier: MIT-0
5
6
+chmod 754 setup_jupyter.sh
7
+
8
sudo yum install gcc python3-devel -y
9
python3 -m venv .venv
10
source .venv/bin/activate
0 commit comments