We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3403e23 commit b4e5422Copy full SHA for b4e5422
1 file changed
devtools/install_all.sh
@@ -11,7 +11,7 @@ echo ">>> Beginning full ARC external repo installation…"
11
pushd . >/dev/null
12
13
bash devtools/install_rmgdb.sh
14
-bash devtools/install_molecule.sh # ← now includes both build+pip install of PyRDL
+bash devtools/install_molecule.sh
15
bash devtools/install_gcn_cpu.sh
16
bash devtools/install_autotst.sh
17
bash devtools/install_kinbot.sh
@@ -23,6 +23,3 @@ bash devtools/install_torchani.sh
23
popd >/dev/null
24
25
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