
In next steps we are going to configure the installation directory on /usr/local, We can change the path. Download Python 3.5.0 : # wget Extract Source Archive and build : # tar xzf Python-3.5.0.tgz
Find below steps to download, compile and build.
Error while loading shared libraries: libXm.so.Here we are following python installation from source package, through source package we will download the soruce package from official site and extract the archive file and compile and build the appcalication. A brief look at the difference between NFSv3 and NFSv4. Installing conda packages locally in own directory. Turning off and on ECC RAM for NVIDIA GP-GPU Cards. abrt-cli status' timed out is always shown when logging on or changing users. Error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory on Rocky-Linux 8.5. mount.nfs: requested NFS version or transport protocol is not supported. Git clone fatal: Could not read from remote repository. Use Ansible to Check and Configure Timezone to you area. Unable to Install hdf5, hdf5-devel and hdf5-static on Rocky Linux 8.7. Installing and Configuring Chrony with Ansible on Rocky 8. Enable PowerTools Repository Using Ansible. Updating /etc/nf using Ansible for Rocky Linux 8. Displaying the Number of Cores and Current Load average for All Nodes. Gromacs Error – log: Protocol “https” not supported or disabled in libcurl. To upgrade an existing setuptools (or distribute), run # pip install -U setuptoolsįollow The Linux Cluster on Recent Posts
If setuptools (or distribute) is not already installed, get-pip.py will install setuptools for you. Step 7: Install pip with Administrator rights # python2.7 get-pip.py bashrc export PATH=$PATH:/usr/local/python-2.7.8/bin.Įxport LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/python-2.7.8/libįor more information see pip installation siteĬreate a directory inside python2.7 directory and put pip in that directory # mkdir /usr/local/python-2.7.8/pip Step 5: Update the PATH and LD_LIBRARY_PATH in your.
configure -prefix=/usr/local/python-2.7.8 Step 4: Configure python 2.7.8 # cd python-2.7.8 If you have not done it, do # yum install gcc44 gcc44-c++ gcc44-gfortran
Step 1: Download the Python 2.7.8 from Python Site