Search the Site
Sponsors
Python non-root install options for creating shared library
Example of 1. Installing python somewhere other than the default dir, for users without root access; 2. How to compile the python shared library (e.g., libpython2.6.so)
This page is filed under keyword(s): python.
./configure --prefix=/your/install/dir/ --enable-shared make make install
Did you find this page useful? Please consider browsing other articles or subscribing to the RSS feed to keep up with latest.
This page is filed under keyword(s): python.
Author: J. Kim
Last updated: 15 Sep 2012