Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ CentOS and RHEL to install IPython 0.11     - Swift 2.0 brief (Linux)

- Linux 6 use UDEV binding shared storage (Linux)

- Terminal fun: 6 interesting Linux command-line tools (Linux)

- CentOS7 virtual machine settings, and bridging problems (Linux)

- Automatic batch resolve dependencies problem locally installed rpm package (Linux)

- The most commonly used Linux commands (Linux)

- Struts2 interceptor simulation (Programming)

- Common DDOS attacks (Linux)

- Automatic Clear date directory shell script (Linux)

- Python Django model within the class meta Detailed (Programming)

- On the design of Oracle database backup (Database)

- Python closure and function objects (Programming)

- Spring loaded container finishes executing a method (Programming)

- OpenDaylight Helium version installed (Linux)

- Dialogue UNIX:! $ # @ *% (Linux)

- Machine Learning: Classification of the curse of dimensionality (Programming)

- Ubuntu file security removal tool (Linux)

- Oracle 12C RAC optimizer_adaptive_features cause of data into overtime (Database)

- CentOS 6.4 RPM install MySQL-5.6.22-1 (Database)

- Linux disk virtualization (Linux)

 
         
  CentOS and RHEL to install IPython 0.11
     
  Add Date : 2017-08-03      
         
         
         
  Recently started learning Python using Linux management system, then download Ipython the tarball (0.11) installed, results suggest that low python version: 2.4, 2.6 and above versions need the job, so ask the prawn: cover the installation chant.

Here would like to share, I toss the process.

Download python 2.7.2: http: //www.python.org/getit/

First extract myself: tar jxvf Python-2.7.2.tar.bz2

# ./configure --prefix = / Usr / local / Python

# Make

# Make install

#ln -s / usr / local / Python / bin / python / usr / sbin / python

Enter python look version of it

[Root @ localhost Python-2.7.2] # python
Python 2.7.2 (default, Sep 6 2011, 20:35:35)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>

You are not already upgraded to 2.7.2 Kazakhstan

Next, install Ipython 0.11

Download tarball: http://ipython.org/download.html

Decompression: # tar zxvf ipython-0.11.tar.gz
      Ipython provides a script for installing, so directly execute scripts chant

# Python setup.py install

# Ln -s / usr / local / Python / bin / ipython / usr / sbin / ipython

[Root @ localhost ipython-0.11] # ipython
Python 2.7.2 (default, Sep 6 2011, 20:35:35)
Type "copyright", "credits" or "license" for more information.

IPython 0.11 - An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
% Quickref -> Quick reference.
help -> Python's own help system.
object -?> Details about 'object', use 'object ??' for extra details.

In [1]:

Kazakhstan is not installed successfully, can not wait to try Ha
     
         
         
         
  More:      
 
- Oracle SQL statement to retrieve data paging table (Database)
- How x2go set up Remote Desktop on Linux (Linux)
- Delegate in C # (Programming)
- Compiled version of Android Opus audio codec library method (Programming)
- Installation GitLab appears ruby_block supervise_redis_sleep action run (Linux)
- Permissions and attributes of files and directories under Linux (Linux)
- iOS in Singleton (Programming)
- KVM virtualization of nested virtualization (Linux)
- How to Start a Linux application running in the background using the terminal mode (Linux)
- Yii PHP Framework Getting Started tutorial (Linux)
- Build your own Python coding environment (Linux)
- The several technical presentation Raid under Linux (Linux)
- Linux Shell introduces (Linux)
- Specifies the open ports of the SUSE firewall settings (Linux)
- Android project and coding specifications (Programming)
- Implement Oracle dynamic registration of non-standard port 1521 (Database)
- How do I switch from NetworkManager to systemd-network on Linux (Linux)
- Docker Basic Concepts (Linux)
- Findbugs installation documentation (Linux)
- Build RubyMine + Ruby On Rails + MySQL development environment under Windows (Server)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.