Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 90ab7da

Browse files
committed
add install path
1 parent 5e6c4d9 commit 90ab7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/tools/path/path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from ansys.tools.path.misc import is_float, is_linux, is_windows
1212

13-
LINUX_DEFAULT_DIRS = [["/", "usr", "ansys_inc"], ["/", "ansys_inc"]]
13+
LINUX_DEFAULT_DIRS = [["/", "usr", "ansys_inc"], ["/", "ansys_inc"], ["/", "install", "ansys_inc"]]
1414
LINUX_DEFAULT_DIRS = [os.path.join(*each) for each in LINUX_DEFAULT_DIRS]
1515

1616
CONFIG_FILE_NAME = "config.txt"

0 commit comments

Comments
 (0)