Skip to content

Commit b4e5422

Browse files
committed
install_all
1 parent 3403e23 commit b4e5422

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

devtools/install_all.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo ">>> Beginning full ARC external repo installation…"
1111
pushd . >/dev/null
1212

1313
bash devtools/install_rmgdb.sh
14-
bash devtools/install_molecule.sh # ← now includes both build+pip install of PyRDL
14+
bash devtools/install_molecule.sh
1515
bash devtools/install_gcn_cpu.sh
1616
bash devtools/install_autotst.sh
1717
bash devtools/install_kinbot.sh
@@ -23,6 +23,3 @@ bash devtools/install_torchani.sh
2323
popd >/dev/null
2424

2525
echo "✅ Done installing all external dependencies."
26-
echo "📢 To activate environment variables and PYTHONPATH, run: source ~/.bashrc"
27-
echo "📦 PYTHONPATH is currently:"
28-
echo "$PYTHONPATH"

0 commit comments

Comments
 (0)