Installing RDFLib
Procedure
- Use PuTTY to log in to the server as the root user.
- Upload the RDFLib and setuptools source packages to the /path/to/RDFLIB directory.
- Install the setuptools source package.
cd /path/to/RDFLIB unzip setuptools-0.6c8.zip cd setuptools-0.6c8 python setup.py install
- Decompress the RDFLib source package.
cd path/to/RDFLIB tar -zxvf rdflib-2.4.2.tar.gz
- Go to the directory generated after the decompression.
cd rdflib-2.4.2
- Perform the installation.
yum install libxml2-devel libxslt-devel -y python setup.py install
Parent topic: Configuring the Compilation Environment