gokr / spry

A Smalltalk and Rebol inspired language implemented as an AST interpreter in Nim
Other
389 stars 23 forks source link

Use Python >=3.7 #18

Closed gavr123456789 closed 3 years ago

gavr123456789 commented 3 years ago
gavr@arch ~> spry s
could not load: libpython(2.7|2.6|2.5|2.4|2.3|2.2|2.1|2.0|1.6|1.5).so.1
gavr123456789 commented 3 years ago

For others: u need to create a symlink for libpython2.7.so in /usr/lib and name it libpython2.7.so.1