ywangd / stash

StaSh - Shell for Pythonista
MIT License
1.92k stars 227 forks source link

Fix site-packages for Pythonista >= v3.4 #480

Closed cclauss closed 1 year ago

cclauss commented 1 year ago

Fixes: #462

        SITE_PACKAGES_DIR_NAME = "site-packages"
        if sys.version_info < (3, 10):  # Pythonista < v3.4
            SITE_PACKAGES_DIR_NAME += "-3"

@bennr01 @ywangd Your review, please.

cclauss commented 1 year ago

Partially fixed on dev in https://github.com/ywangd/stash/commit/a882c80d174099382faf937b1ffceaa58bbce584 Partially fixed on master in https://github.com/ywangd/stash/commit/fbdb9cfe8625408f1e3bcb62aa99366debf2f177