pytries / marisa-trie

Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
https://marisa-trie.readthedocs.io/en/latest/
MIT License
1.02k stars 91 forks source link

Fix running tests on Python 3 #78

Closed PureTryOut closed 2 years ago

PureTryOut commented 2 years ago

"python" on most (Linux) systems refers to Python 2 and is almost never available anymore. Explicitly call Python 3 instead

BoboTiG commented 2 years ago

Thanks @PureTryOut !