From 45858644bdc2e284dbf4bd271d4d38aff0db8943 Mon Sep 17 00:00:00 2001 From: thingswelostinthefire <42820982+thingswelostinthefire@users.noreply.github.com> Date: Mon, 17 May 2021 01:22:53 +0200 Subject: [PATCH] Corrected bash alias --- INSTALL.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 7cbda42..b6fd017 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -43,7 +43,7 @@ Create bash alias .. code-block:: none - echo -e "\n# ICSREF alias\nalias icsref='workon icsref && python `pwd`/icsref/icsref.py'\n" >> ~/.bash_aliases && source ~/.bashrc + echo -e "\n# ICSREF alias\nalias icsref='workon icsref && python `pwd`/ICSREF/icsref/icsref.py'\n" >> ~/.bash_aliases && source ~/.bashrc Run --- @@ -82,4 +82,4 @@ Known to work Regardless, since the framework is built with python, using it with different architectures and operating systems should be trivial. -**Make sure to switch to the icsref virtual environment for using ICSREF with** ``workon icsref``, **and** ``deactivate`` **the virtual environment once you are done.** \ No newline at end of file +**Make sure to switch to the icsref virtual environment for using ICSREF with** ``workon icsref``, **and** ``deactivate`` **the virtual environment once you are done.**