From 968da81b42f21795e70c7664248c5d8b934fe8b3 Mon Sep 17 00:00:00 2001 From: verifit Date: Thu, 26 Oct 2023 15:02:11 +0200 Subject: [PATCH] Minor fix --- install_requirements.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_requirements.sh b/install_requirements.sh index 9426ca7..e150505 100755 --- a/install_requirements.sh +++ b/install_requirements.sh @@ -42,4 +42,4 @@ sudo -u $VM_USER pip3 install --no-deps pip-packages/pyinterpret/pyinterpret-1.0 echo "==================== Setting Path ========================" echo "export PATH=\$PATH:/home/$VM_USER/.local/bin" >> ~/.bashrc echo "echo \"export PATH=\$PATH:/home/\$VM_USER/.local/bin\" >> ~/.bashrc" -echo "Please, run:'export PATH=\$PATH:/home/$VM_USER/.local/bin' to set \$PATH." +echo "!!! Please, run:'export PATH=\$PATH:/home/$VM_USER/.local/bin' to set \$PATH correctly. !!!"