Skip to content

Commit

Permalink
Reverting arc_pypath_1 code
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinp0 committed May 13, 2023
1 parent 35b0590 commit 4cc6ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
break

arc_pypath_1 = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(sys.executable))),
'xtb_env', 'bin', 'python')
'arc_env', 'bin', 'python')
arc_pypath_2 = os.path.join(home, 'anaconda3', 'envs', 'arc_env', 'bin', 'python')
arc_pypath_3 = os.path.join(home, 'miniconda3', 'envs', 'arc_env', 'bin', 'python')
arc_pypath_4 = os.path.join(home, '.conda', 'envs', 'arc_env', 'bin', 'python')
Expand Down

0 comments on commit 4cc6ffe

Please sign in to comment.