use virtualenv site-packages with other python installation -


i have web application written in python has run on shared linux dumb provider (i have use cgi...).

when had deployed page, things have needed weren't available, had installed of them locally in home. no provider decided support 64 bit, hence local 32 bit binaries broken.

now have fix situation. tried use (now available) global installations of python, sqlite3 , forth changing she-bang in main script , add sys.path.append site-packages of prior virtualenv installation.

the script executable , libraries site-packages loaded, not , don't know problem , how fix it. satisfied using virtualenv without understanding internals.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -