mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
explicit python3 in runanki, remove /usr/share ref
This commit is contained in:
parent
e131b20afd
commit
de6ee8819f
1 changed files with 1 additions and 3 deletions
4
runanki
4
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()
|
||||
|
|
Loading…
Reference in a new issue