标签:
http://it.010lm.com/os/LINUX/182036.html
操作系统:ubuntukylin
终端输入以下命令:
sudo apt-get install python-pip
终端输入以下命令:
sudo apt-get install ipython
there are a error!!!!!!!!!
csf@ubuntu:~$ sudo apt-get install ipython
[sudo] password for csf:
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
google have answer!!!!!
Remove your /var/lib/dpkg/lock
file and force package reconfiguration.
sudo rm /var/lib/dpkg/lock
sudo dpkg --configure -a
终端输入以下命令:
sudo apt-get install ipython-notebook
终端输入以下命令:
ipython notebook
标签:
原文地址:http://www.cnblogs.com/cdsj/p/5457892.html