ubuntu install ipython
-
update-alternatives --install /usr/bin/python python /usr/bin/python3 10update-alternatives --install /usr/bin/python python /usr/bin/python3 10
(This gives a priority of 10 for the path of python3. The disadvantage of editing .bashrc file is that it will not work while using the commands with sudo) -
pip3 install ipython
.
相關推薦
ubuntu install ipython
update-alternatives --install /usr/bin/python python /usr/bin/python3 10update-alternatives --install /usr/bin/python python /usr/bin/python3
ubuntu install mysql server method
find there mod content pes comm keep ons which recently try to install mysql in my computer so that I can practise some sql sta
ubuntu install themes && use it
images eas .... .cn ubun support comment -s sudo one step: I am going to show you the installation of a theme with Numix theme and Unity
ubuntu install lattice diamond(FPGA)
.tar.gz oca gnu alien spf install .sh local syn Tried on Ubuntu16.04 x64 1. Change to debian pakagesudo alien -d ./diamond_3_10-base_x64-
Ubuntu install font
pan 右上角 9.png http 出現 logs purge urg 雙擊 最近在 Ubuntu 上使用 VLC 看視頻,發現字幕有問題,中文有些是白色的框框,主要是字幕的字體不完全支持中文,但是選擇字體時又沒有可以使用的字體,為此整理一下 Ubuntu 如何安裝字體,
ubuntu install mxnet GPU版本
安裝mxnet GPU sudo pip install mxnet-cu80==1.1.0 (1)使用系統python驗證,命令列中輸入:python 1,cpu: from mxnet import nd x = nd.array([1,2,3]) x.context cpu(0)
linux下安裝sublime_text (linux(centos ubuntu) install sublime_text)
1、下載並安裝 Sublime Text 3,下載地址: http://www.sublimetext.com/3 2、給 Sublime Text 3 安裝 Package Control: 開啟 Sublime Text 3,按下 Ctrl + `(反引號,Tab 鍵
linux下安裝mongodb (linux(centos ubuntu) install mongo)
1、開啟並編輯檔案: sudo gedit /etc/apt/sources.list 2、 在最後一行加入: deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen
ubuntu install node
Installing Using NVM curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh -o install_nvm.sh bash install_nvm.sh source
Ubuntu install quagaa
This manual is very good. Following it step by step. http://blog.sina.com.cn/s/blog_4e793e580101lku1.html Then, we will encounter: 錯誤 zebra -d
Docker Ubuntu Install
1、新增docker源 sudo cat >/etc/apt/sources.list.d/docker-main.list<<EOF deb [arch=amd64] http://mirrors.aliyun.com/docker-engine/ap
ubuntu install jdk
sudo apt install default-jre sudo apt install openjdk-11-jre-headless sudo apt install openjdk-8-jre-headless
ubuntu install fiddler
2018年11月16日 13:24:52 sniperyan369 閱讀數:6 個人分類: j
ubuntu install wordpress
要在Ubuntu 上架 wordpress 流程如下。 先安裝 mysql sudo apt-get update sudo apt-get install mysql-server mysql_secure_installation Create a MySQL Database and User
[Ubuntu--Install]Ubuntu16.04安裝中文輸入法
簡述 Ubuntu16.04安裝完後,和12.04以及14.04都不一樣,並沒有中文輸入功能。於是搜尋一些安裝中文輸入法的方法。 開始安裝了ibus pinyin輸入法,但是系統重啟之後發現有些時候不穩定,無法切入到中文輸入。最後還是換用搜狗輸入法了,用下來
ubuntu install google-pinyin
ubuntu google-pin sudo apt-get install fcitx-googlepinyin im-config Click through and select fcitx. Click through. Restart you
ubuntu install chrome
文章目錄 1. Download Deb package 2. install 3. solve dependence problem 1. Download D
ubuntu install svn with apache dav_svn
sudo apt-get update sudo apt-get install subversion subversion-tools libapache2-svn sudo mkdir /home/svn sudo mkdir ~/test sudo svnadmin
Ubuntu install consul cluster
unzip the package unzip consul_1.2.2_linux_386.zip Copied the unziped file consul* to /usr/bin/ mv consul /usr/bin/consu
ubuntu install VS Code
[email protected]:~$ sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make [sudo] password for ben: ... [email protected]:~$