Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
explicit python3 in runanki, remove /usr/share ref
  • Loading branch information
dae committed Jun 28, 2016
1 parent e131b20 commit de6ee88
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions runanki
@@ -1,6 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
sys.path.insert(0, "/usr/share/anki")
import aqt
aqt.run()

2 comments on commit de6ee88

@CameronNemo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why change this? how is anki expected to find the aqt module? Should it be installed somewhere other than /usr/share/anki?

@dae
Copy link
Member Author

@dae dae commented on de6ee88 Sep 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is not the file that 'make install' installs.

Please sign in to comment.