Skip to content

Instantly share code, notes, and snippets.

View iDoka's full-sized avatar
:octocat:
I'm working hard and soft.

Dmitry Murzinov iDoka

:octocat:
I'm working hard and soft.
View GitHub Profile
@iDoka
iDoka / GitHub Flavored Asciidoc (GFA).adoc
Created October 10, 2019 10:19 — forked from dcode/GitHub Flavored Asciidoc (GFA).adoc
Demo of some useful tips for using Asciidoc on GitHub

GitHub Flavored Asciidoc (GFA)

@iDoka
iDoka / install-pip3-on-centos7.md
Last active September 26, 2021 10:27 — forked from diegopacheco/pip3-centos-amazon-linux.md
How to install pip3 on CentOS 7 Linux?

Install pip3 on CentOS 7

CentOS 7 still have Python 2.7 as the default tool. EPEL repository comes up with Python 3. Here’s the way to setup Python 3 and pip3 on CentOS environment.

Type on terminal:

sudo yum install -y python34-setuptools
sudo easy_install-3.4 pip