How to update/upgrade composer


Update Composer If you already have installed composer on your system, just willing to update or upgrade it to the latest composer version. Launch your command prompt on Windows system and terminal on your Linux and MacOS and run the composer self update command. On Windows: On Linux: if you are running Ubuntu Then On … Continue reading How to update/upgrade composer

How to install python 3.6.7 and pip on Ubuntu 18.04


With Ubuntu 18.04.2, you get python 3.6.7 pre-installed. To check it, you simply launch the terminal and run python version check command If you still want to install python3.6 on your Ubuntu 18.04, please run the terminal command below To install pip3 on Ubuntu 18.04, run the following terminal command

How to install pip in Windows


How to install python pip in Microsoft windows 7/8/10 with python installation and manually as well. Steps to download and install pip in Windows download the pip file on your system desktop/downloads folder from https://pip.pypa.io/en/stable/installing/ Launch Windows CMD and navigate to the folder, where pip is downloaded and then type in the CMD: python get-pip.py … Continue reading How to install pip in Windows