December 2018
Beginner
826 pages
22h 54m
English
In this section, we will continue to use our Ubuntu VM.
Install Pip and RubyGems on your Ubuntu machine (Python will already be installed, but it's a separate package for Pip in this instance), as follows:
$ sudo apt update && sudo apt upgrade -y$ sudo apt install libgmp3-dev make gcc ruby ruby-dev python3-setuptools -y
We now want to install pip, using the easy_install3 script:
$ sudo python3 /usr/lib/python3/dist-packages/easy_install.py pip
Read now
Unlock full access