Add Installation-Python
							parent
							
								
									9afac5e537
								
							
						
					
					
						commit
						32a24e05c2
					
				
					 1 changed files with 19 additions and 0 deletions
				
			
		
							
								
								
									
										19
									
								
								Installation-Python.-.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								Installation-Python.-.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
# Installing Python
 | 
			
		||||
 | 
			
		||||
**NOTE:** *This document is deprecated.  Please see [[Installation]] instead.*
 | 
			
		||||
 | 
			
		||||
How (and indeed, ''if'') you must install Python will vary depending on the operating system you're using.
 | 
			
		||||
 | 
			
		||||
The important point is to confirm which ''version'' you have.  Python 2.6 and 2.7 are well-tested.  Python 2.5 ''may'' work, but Python 3.x will ''not'' work.  You can determine the version in use with this command:
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
$ python --version
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Linux
 | 
			
		||||
 | 
			
		||||
Python should be installed out of the box on most flavors of Linux.  Debian 6.0 comes with Python 2.6, for instance.  See your distribution's documentation for more information.
 | 
			
		||||
 | 
			
		||||
## Microsoft Windows
 | 
			
		||||
 | 
			
		||||
See [Python Installation on Microsoft Windows](Installation-Python-Windows.-).
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue