Skip to content

Commit 4ab3b6c

Browse files
committed
change path
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
1 parent ecfdc4a commit 4ab3b6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/list_components_linux_aitools.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ FILENAME=$2
99

1010
curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
1111
chmod +x webimage.sh
12-
pwd
1312
./webimage.sh -b -p webimage_extracted
1413
rm -rf webimage.sh
15-
source webimage_extracted/bin/activate base
14+
source $HOME/webimage_extracted/bin/activate base
1615
installer_exit_code=$?
1716
conda env list > "$FILENAME"
1817
cat "$FILENAME"

0 commit comments

Comments
 (0)