How to Install Python Packages on Windows 7
You want to use Python on a Windows 7 machine but you don't know what you're doing. What you do know is that in order to go anywhere and do anything you've got to install packages. Or maybe you don't even know that yet. Take a look at the...
Table of Contents
Method 1 of 1:
Windows MSI installer
- Download the Windows MSI installer (either x86 or x64).
- Run the program.
- Take note of the path during the installation. For example, C:Python33 if you want to use the command line.
- If you do not care to use the command line, you can now use the IDLE integrated development environment for Python and consider yourself done.
- If you want to use the command line, click on Control Panel.
- Click on System and Security.
- Click on System.
- Click on the Advanced system settings link.
- Click on the Environmental Variables button.
- Under System Variables, look for the Variable named Path.
- Select Path and click on the Edit button.
- At the end of the Variable value, add the value you took note of in step 3 (i.e. C:Python33) preceded by a semicolon (;) which is used to separate the values, so you would add - ;C:Python33.
- Open your command line and type 'python' - if successful, you should see three greater than symbols at the command prompt (>>>).
- To exit the Python interpreter, type 'exit()'.
- That's it!
You've just finished reading the article "How to Install Python Packages on Windows 7" edited by the TipsMake team. You can save how-to-install-python-packages-on-windows-7.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.
Read More
- How to install Python on Windows, macOS, Linux
- How to install Pip in Ubuntu
- Install Python Package with PIP on Windows, Mac and Linux
- How to Install Python on Windows
- How to Set Up a Python Environment for Deep Learning
- How to Install Tkinter
- Package in Python
- How to Install Modules for Python 3.X Using Pip in Windows 10
- How to Install Python
- How to Install the MySQL Database Server on Your Windows PC
- How to set up Python to program on WSL
- More than 100 Python exercises have solutions (sample code)
- How to register for 3G Viettel packages
- How to Write a Basic Python Program