Python is a general-purpose high-level programming language that is intended to design for code readability. Its object-oriented approach provides programmers a logical and clear code for mini and large applications. Python is used in different fields, such as web and software applications development, data analytics, machine learning projects, etc. Python programming language allows you to work efficiently and integrate systems in an effective way.
In this guide, we’ll show you how to install pip on Windows Server 2022.
Prerequisites
- You should have admin privileges to run and install Python on the windows server using a power shell.
- You should have enough space minimum of 2GB and preferred 4 GB RAM of your system for python installation.
You can install Python on windows server 2022 using two methods:
- Install Python on windows server 2022 using Command line
- Install Python on windows server 2022 using Graphical user interface
Method 1: Install Python on windows server 2022 using Command line
To install the latest python version 3.10.2 on windows server 2022 using the power shell, follow the following procedure:
- Open the power shell window on the windows server.
- Now, download the latest python installer 3.10.2 on windows server 2022 by running the following command:
> Invoke-WebRequest -Uri "https://www.python.org/ftp/python/3.10.2/python-3.10.2-amd64.exe" -OutFile "python-3.10.2-amd64.exe"
- Now, execute the following command to install python on windows server 2022 system-wide that will also set the path.
> .python-3.10.2-amd64.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0
- Use the following command to reload the PATH or environment variables:
- Here, the Python installation is completed; now print the installed version on the power shell for verification.
> python –V
Method 2: Install Python on windows server 2022 using Graphical user interface
Follow the below-mentioned steps to install the latest Python version using the graphical user interface environment of windows server 2022:
Step 1: Download python installer
The python installer or setup file is needed to install the latest python version on Windows server 2022. Therefore, download the latest python installer from the official Python download page. The installer will be saved in your system ‘Downloads’ folder.
Step 2: Run Python Installer
Now, right-click on the python installer and select the ‘Run as Administrator’.
Check the box ‘Add Python 3.10.2 to PATH’. This option will add python Path to the system environment variable. If we select the ‘Install Now’, python will install with default settings and path. Here, we will choose the ‘Customize installation’. So that, according to our requirements, we can change its features.
In the next ‘Optional Features’ dialog, we’ll mark the check boxes which features want to install on the windows 2022 server such as pip, python documentation file, tcl/tk IDLE, and python test suite. After selecting the features for installation, click on the ‘Next’.
In the ‘Advanced Options’ dialog, check the ‘Install for all users’ that will change the ‘Customize install location’. Click on the ‘install’ to proceed with the default installation location. Alternatively, we can also change this default location to install python somewhere else in window server 2022.
The following window appears on the desktop that shows the running progress of the Python installation setup.
Once the installation of python is completed, click on the ‘Close’ to exit from the window.
Congratulations! Python 3.10.2 is successfully installed on Windows Server 2022 now.
Conclusion
That’s all about the Python 3.10.2 installation on Windows server 2022. We’ve mentioned two different methods for python installation one is by using the power shell and the next is via windows server GUI. By following the above-mentioned steps, you can easily install the latest Python version on your system. Thanks!
- Your search to the best windows hosting can end by clicking here.