print(f"Error: Didn't have the permissions to create the config directory at {selection['path']}",file=sys.stderr)
print(f"Error: Didn't have the permissions to create the config directory at {selection['path']}",file=sys.stderr)
print(f"Hint: Change the owner of the directory temporarily to {getpass.getuser()} or run {APPLICATION_NAME} config create with more permissions",file=sys.stderr)
print(f"Hint: Change the owner of the directory temporarily to {getpass.getuser()} or run {APPLICATION_NAME} config create with more permissions",file=sys.stderr)
print(f"Hint: The python executable used by this script is located at \"{python_path}\"",file=sys.stderr)
print(f"Hint: To run the script with this python executable run \"sudo {python_path}{script_path}\"",file=sys.stderr)