mindsuf.blogg.se

How to install pip3 on ubuntu
How to install pip3 on ubuntu








Pip 9.0.1 from /usr/local/lib/python3.6/site-packages (python 3.6) This will also configure PIP for you to install Python modules. Let’s check the version installed of python using the below command. Make altinstall is used to prevent replacing the default python binary file /usr/bin/python.įinally, you have successfully installed Python 3.6 on your system. With make command altinstall, to install it as separate Python, This will not overwrite the existing installation. We use -enable-optimizations option with configure command to enable additional supports like SSL, bz2 support. Now use below set of commands to compile Python source code on your system. You can also download the latest version in place of specified below. Sudo apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-devĭownload Python using following command from python official site. sudo apt-get install build-essential checkinstall Use the following command to install prerequisites for Python before proceeding to the next steps. To know more about this version visit Python official website. This article will help you to install Python 3.6.10 on Ubuntu and Linuxmint operating system. This Python version is available to download and install.

how to install pip3 on ubuntu

Python 3.6.10 is the latest stable version at the time of writing of tutorial.










How to install pip3 on ubuntu