{"id":6567,"date":"2019-09-16T09:16:30","date_gmt":"2019-09-16T09:16:30","guid":{"rendered":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/?p=6567"},"modified":"2022-02-19T07:11:55","modified_gmt":"2022-02-19T07:11:55","slug":"learn-to-install-pip-on-windows","status":"publish","type":"post","link":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/learn-to-install-pip-on-windows\/","title":{"rendered":"Learn to Install PIP on Windows"},"content":{"rendered":"<p>Pip is one of the best tools for installing and managing Python packages. Pip has become popular to its usage by several applications. It is used for handling binary packages over the easy_installed packaged manager as it enables 3rd party package installations. The newest version of Python comes with default installation of pip. In this tutorial, you will learn about the steps to install Pip, check its version and use of some basic commands for its use.<\/p>\n<p>Python is an open-source programming language with which you to run applications and plugins from several 3rd party sources (or even applications developed by you) on your server. It is cross-platform which means that it can be run on different operating systems, along with Windows Server OS.<\/p>\n<h3>Pre-Install Checkup<\/h3>\n<p>Prior to installing Pip on your server, you\u2019ll need to ensure that you have installed Python.<\/p>\n<p>You can test for a Python installation on your Windows server by opening a command prompt (click on the Windows icon and type cmd, then click on the command prompt icon). Then type python and press <strong>Enter <\/strong>in the command prompt window. If Python installation is done correctly, you will see output similar to the below:<\/p>\n<pre class=\"lang:default decode:true \">Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] on win32\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.<\/pre>\n<p>In case you receive a message as below:<\/p>\n<pre class=\"lang:default decode:true \">Python is not recognized as an internal or external command, operable program or batch file.<\/pre>\n<p>This means Python is either not installed or the system variable path hasn\u2019t been set. It is important to either launch Python from the folder in which it is installed or adjust your system variables for allowing Python to be launched from any location.<\/p>\n<h3>Steps to Install Pip<\/h3>\n<p>After confirming that Python is correctly installed, the next step is to install Pip.<\/p>\n<p>1. First download <a href=\"https:\/\/bootstrap.pypa.io\/get-pip.py\" target=\"_blank\" rel=\"nofollow noopener\">get-pip.py<\/a> to a folder on your computer.<\/p>\n<p>2. Then open a command prompt and go to the folder that contains get-pip.py.<\/p>\n<p>3. Execute the below command:<\/p>\n<pre class=\"lang:default decode:true \">python get-pip.py<\/pre>\n<p>4. Pip is now installed.<\/p>\n<p>Pip installation can be verified by opening a command prompt and entering the below command:<\/p>\n<pre class=\"lang:default decode:true \">pip -V<\/pre>\n<p>The output will be similar to the below one:<\/p>\n<pre class=\"lang:default decode:true\">pip 18.0 from c:\\users\\administrator\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\pip (python 3.7)<\/pre>\n<p>Once Pip is installed and configured, you can start using it to manage your Python packages. To get a brief overview of the available commands and syntax for Pip, open a command prompt and enter:<\/p>\n<pre class=\"lang:default decode:true \">pip help<\/pre>\n<p>In this way, you have learned to install PIP on Windows.<\/p>\n<p><strong>Also Read:<\/strong><\/p>\n<p><a href=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/learn-how-to-configure-and-use-a-newer-version-of-python\/\" target=\"_blank\" rel=\"noopener\"><strong>Learn how to configure and use a newer version of Python<\/strong><\/a><\/p>\n<p><a href=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/steps-to-see-available-python-modules\/\" target=\"_blank\" rel=\"noopener\"><strong>Steps to See Available Python Modules<\/strong><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Pip is one of the best tools for installing and managing Python packages. Pip has become popular to its usage by several applications. It is used for handling binary packages over the easy_installed packaged manager as it enables 3rd party package installations. The newest version of Python comes with default installation of pip. In this [&hellip;]<\/p>\n","protected":false},"author":16,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[1006,1005,1007],"class_list":["post-6567","post","type-post","status-publish","format-standard","placeholder-for-hentry","category-web-hosting-faq","tag-install-pip","tag-pip","tag-pip-on-windows"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Learn to Install PIP on Windows<\/title>\n<meta name=\"description\" content=\"The article describes the steps to install PIP on Windows.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/learn-to-install-pip-on-windows\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Learn to Install PIP on Windows\" \/>\n<meta property=\"og:description\" content=\"The article describes the steps to install PIP on Windows.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/learn-to-install-pip-on-windows\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Hosting FAQs by MilesWeb\" \/>\n<meta property=\"article:published_time\" content=\"2019-09-16T09:16:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-19T07:11:55+00:00\" \/>\n<meta name=\"author\" content=\"Pallavi Godse\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pallavi Godse\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/learn-to-install-pip-on-windows\/\",\"url\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/learn-to-install-pip-on-windows\/\",\"name\":\"Learn to Install PIP on Windows\",\"isPartOf\":{\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#website\"},\"datePublished\":\"2019-09-16T09:16:30+00:00\",\"dateModified\":\"2022-02-19T07:11:55+00:00\",\"author\":{\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945\"},\"description\":\"The article describes the steps to install PIP on Windows.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/learn-to-install-pip-on-windows\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/learn-to-install-pip-on-windows\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/learn-to-install-pip-on-windows\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Learn to Install PIP on Windows\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#website\",\"url\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/\",\"name\":\"Web Hosting FAQs by MilesWeb\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945\",\"name\":\"Pallavi Godse\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/eefc9695ea2b2c6e143c9c9919701aaa?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/eefc9695ea2b2c6e143c9c9919701aaa?s=96&d=blank&r=g\",\"caption\":\"Pallavi Godse\"},\"description\":\"Pallavi is a Digital Marketing Executive at MilesWeb and has an experience of over 4 years in content development. She is interested in writing engaging content on business, technology, web hosting and other topics related to information technology.\",\"url\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/author\/pallavi\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Learn to Install PIP on Windows","description":"The article describes the steps to install PIP on Windows.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/learn-to-install-pip-on-windows\/","og_locale":"en_GB","og_type":"article","og_title":"Learn to Install PIP on Windows","og_description":"The article describes the steps to install PIP on Windows.","og_url":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/learn-to-install-pip-on-windows\/","og_site_name":"Web Hosting FAQs by MilesWeb","article_published_time":"2019-09-16T09:16:30+00:00","article_modified_time":"2022-02-19T07:11:55+00:00","author":"Pallavi Godse","twitter_misc":{"Written by":"Pallavi Godse","Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/learn-to-install-pip-on-windows\/","url":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/learn-to-install-pip-on-windows\/","name":"Learn to Install PIP on Windows","isPartOf":{"@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#website"},"datePublished":"2019-09-16T09:16:30+00:00","dateModified":"2022-02-19T07:11:55+00:00","author":{"@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945"},"description":"The article describes the steps to install PIP on Windows.","breadcrumb":{"@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/learn-to-install-pip-on-windows\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.milesweb.co.uk\/hosting-faqs\/learn-to-install-pip-on-windows\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/learn-to-install-pip-on-windows\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/"},{"@type":"ListItem","position":2,"name":"Learn to Install PIP on Windows"}]},{"@type":"WebSite","@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#website","url":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/","name":"Web Hosting FAQs by MilesWeb","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945","name":"Pallavi Godse","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/eefc9695ea2b2c6e143c9c9919701aaa?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/eefc9695ea2b2c6e143c9c9919701aaa?s=96&d=blank&r=g","caption":"Pallavi Godse"},"description":"Pallavi is a Digital Marketing Executive at MilesWeb and has an experience of over 4 years in content development. She is interested in writing engaging content on business, technology, web hosting and other topics related to information technology.","url":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/author\/pallavi\/"}]}},"views":626,"_links":{"self":[{"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/posts\/6567","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/comments?post=6567"}],"version-history":[{"count":2,"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/posts\/6567\/revisions"}],"predecessor-version":[{"id":13800,"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/posts\/6567\/revisions\/13800"}],"wp:attachment":[{"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/media?parent=6567"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/categories?post=6567"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/tags?post=6567"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}