ubuntu 第8页
Gnome plugin with Python-拾光赋

Gnome plugin with Python

Gnome plugin with Python,You can create Gnome 3.x plugins straight from Python. Of course, you should know Python programming. It's not that hard to do. Great! how do you create a ...
kity的头像-拾光赋kity6年前
04611
Setting up MYSQL on UBUNTU EC2 and hassle free connectivity from MYSQL Workbench-拾光赋

Setting up MYSQL on UBUNTU EC2 and hassle free connectivity from MYSQL Workbench

Setting up MYSQL on UBUNTU EC2 and hassle free connectivity from MYSQL Workbench,So I start my blogging journey with this post, feedback on this will be much appreciated. I've rece...
kity的头像-拾光赋kity6年前
0297
Configuring Ubuntu 18.04 for a Python Dev Environment with Flask, Gunicron, and VirtualEnv-拾光赋

Configuring Ubuntu 18.04 for a Python Dev Environment with Flask, Gunicron, and VirtualEnv

Configuring Ubuntu 18.04 for a Python Dev Environment with Flask, Gunicron, and VirtualEnv, Flask is a great Python framework for getting ideas up and running quickly on a lightwei...
kity的头像-拾光赋kity6年前
0519
Pretty print JSON using the command line tools-拾光赋

Pretty print JSON using the command line tools

Pretty print JSON using the command line tools,Option 1. Using python cat FileName.json | python -m json.tool Option 2. Colors and multiple options. cat FileName.json~ | jq '' Opti...
kity的头像-拾光赋kity6年前
0497
Running python django site-拾光赋

Running python django site

Running python django site,Installing python and all the required libraries sudo apt-get update sudo apt-get install postgresql postgresql-contrib -y sudo apt-get install python-pi...
kity的头像-拾光赋kity6年前
03915
How to use multiple versions of Python-拾光赋

How to use multiple versions of Python

How to use multiple versions of Python,My system has 2.7.6 as a default python version and most of my applications runs on it, but one project that I'm working with AWS IoT require...
kity的头像-拾光赋kity7年前
0399
pip3 install -U pip-拾光赋

pip3 install -U pip

pip3 install -U pip, Note from installation 06.11.2017 ~ pip3 install -U pip Collecting pip Using cached pip-9.0.1-py2.py3-none-any.whl Installing collected packages: pip Successfu...
kity的头像-拾光赋kity8年前
02514
pip install --upgrade pip-拾光赋

pip install –upgrade pip

pip install --upgrade pip,pip install --upgrade pip Collecting pip Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB) 100% |████████████████████████████...
kity的头像-拾光赋kity8年前
04911
sudo apt-get install python3-pip-拾光赋

sudo apt-get install python3-pip

sudo apt-get install python3-pip, ~ sudo apt-get install python3-pip Reading package lists... Done Building dependency tree Reading state information... Done The following addition...
kity的头像-拾光赋kity8年前
0408
sudo apt-get install python-pip-拾光赋

sudo apt-get install python-pip

sudo apt-get install python-pip, Installation ~ sudo apt-get install python-pip Reading package lists... Done Building dependency tree Reading state information... Done The followi...
kity的头像-拾光赋kity8年前
02812
sudo add-apt-repository ppa:webupd8team/java-拾光赋

sudo add-apt-repository ppa:webupd8team/java

sudo add-apt-repository ppa:webupd8team/java,If Java is not not installed follow the following steps: Lunch a Terminal session Add Oracle’s PPA, then update your package repositor...
kity的头像-拾光赋kity8年前
0507
sudo apt-get install python-software-properties-拾光赋

sudo apt-get install python-software-properties

sudo apt-get install python-software-properties, ~ sudo apt-get install python-software-properties Reading package lists... Done Building dependency tree Reading state information....
kity的头像-拾光赋kity8年前
0499