Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

install pythong to custom location

Step 1 - Download Python source for the required version
Step 2 - Untar the source package
Step 3 - CD to the directory created
Step 4 - Compile & install
	 	 ./configure --prefix=<</complete/path/of/custom/location>>
         make
         make install
Step 5 - Add <</complete/path/of/custom/location>> to your path
Comment

PREVIOUS NEXT
Code Example
Python :: ring Do Again Loop 
Python :: ring Sort List Item 
Python :: ring Creating a Multi-Dimensional Array using List 
Python :: ring raise an exception 
Python :: tkinter disabled but selectable 
Python :: easy ocr python pypi 
Python :: Select right color to threshold and image with opencv 
Python :: ring execute the program line by line 
Python :: ring create an application to ask the user about his/her name. 
Python :: get correlation between two signals 1d scipy 
Python :: void setup and void loop 
Python :: python you can think pad baldi 
Python :: convert python code to c++ online 
Python :: python getpass save file 
Python :: print(1) in python 
Python :: alternatives for appending to numpy array 
Python :: python seeded random 
Python :: set constructor python 
Python :: commanding ip camera(onvif-ptz-control-python) 
Python :: python delete directory even if not empty 
Python :: while my_input != "exit": 
Python :: nptel swayam 
Python :: adding the first place value and second value in python 
Python :: jumpssh execute multiple commands 
Python :: decode base64 password python 
Python :: build the .pyx file to c and run on python 
Python :: function with parameters python 
Python :: python list of all definitions in python file 
Python :: reverse bolean python 
Python :: python this module 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =