Skip to content

Commit 4cc6ffe

Browse files
committed
Reverting arc_pypath_1 code
1 parent 35b0590 commit 4cc6ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arc/settings/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
break
350350

351351
arc_pypath_1 = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(sys.executable))),
352-
'xtb_env', 'bin', 'python')
352+
'arc_env', 'bin', 'python')
353353
arc_pypath_2 = os.path.join(home, 'anaconda3', 'envs', 'arc_env', 'bin', 'python')
354354
arc_pypath_3 = os.path.join(home, 'miniconda3', 'envs', 'arc_env', 'bin', 'python')
355355
arc_pypath_4 = os.path.join(home, '.conda', 'envs', 'arc_env', 'bin', 'python')

0 commit comments

Comments
 (0)