diff --git a/.bin/Scripts/new_system_setup.py b/.bin/Scripts/new_system_setup.py index 170cf323..1f6cfcd0 100644 --- a/.bin/Scripts/new_system_setup.py +++ b/.bin/Scripts/new_system_setup.py @@ -4,8 +4,7 @@ import os import sys # Init -os.chdir(os.path.dirname(os.path.realpath(__file__))) -sys.path.append(os.getcwd()) +sys.path.append(os.path.dirname(os.path.realpath(__file__))) from functions.activation import * from functions.browsers import * from functions.cleanup import *