Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Install python in windows 64bit

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

1. Download the installation package you need from python official website: https://www.python.org/downloads/(there are two versions)

2. The download version is python-2.7.3amd64.msi. After installation in windows, you need to configure the path of variables in the system environment: enter the system properties> advanced settings> advanced (environment variables), add the path here: path: (where to install the path);

3. download setuptools; Download Address: https://pypi.python.org/pypi/setuptools#windows, Download direct installation may not be effective, But you need to save an ez_setup.py file, Place in the installation directory, File download address: http://peak.telecommunity.com/dist/ez_setup.py

4. At the same time, run the file python ez_setup.py install. After the installation is completed, install setups. This is the setups that can be successfully installed. Add the path here: for example (D: \tools\python2.7:D:\tools\python2.7\Scripts);

5. Use easy_install to install Django, while windows6 still cannot be installed, you need to install manually, download site: www.djangoproject.com/download/

6. Unzip it in the installation directory and run python setup.py install by opening python. After installation is complete, test it in dos to see if the installation is successful: Open python and run: import Django View version Django.VERSION

7. Installing numpy here is the most difficult (numpy-unoptimized-1.6.2.win-amd64-py2.7.exe required)

At this point the installation cannot find the path and requires a file, register.py file,. And put it in the installation path to run, at this time click numpy-unoptimized-1.6.2. win-amd64-py2.7.exe to install normally.

This is the correct installation.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report