Skip to content

Commit

Permalink
Prioritize development over installed version
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Oct 26, 2024
1 parent 56f87c6 commit 4b18c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/a3k
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import os
current_file = os.path.realpath(__file__)
bin_directory = os.path.dirname(current_file)

sys.path.append(f"{bin_directory}/../src")
sys.path.insert(0, f"{bin_directory}/../src")
from alexandria3k.__main__ import main

sys.exit(main())

0 comments on commit 4b18c99

Please sign in to comment.