window搭建python环境

 2023-09-15 阅读 26 评论 0

摘要:在window开发python代码,搭建python环境! 01、下载python-win https://www.python.org/downloads/windows/ python开发windows桌面应用?http://ipython.org/ ###友好的交互python 02、安装python Python环境? ###自动在Window添加的环境变量 python环境安

     在window开发python代码,搭建python环境!

01、下载python-win

https://www.python.org/downloads/windows/

python开发windows桌面应用?http://ipython.org/       ###友好的交互python

02、安装python

Python环境?

###自动在Window添加的环境变量

python环境安装?

03、升级pip及安装ipython

win+R--->cmd

Windows安装Python、python -m pip install --upgrade pip

pip install ipython

04、修改pythin-pip为国内源

阿里云
http://mirrors.aliyun.com/pypi/simple/

中国科技大学
https://pypi.mirrors.ustc.edu.cn/simple/

豆瓣(douban)
http://pypi.douban.com/simple/

清华大学
https://pypi.tuna.tsinghua.edu.cn/simple/

//window-pip-env
用户\pip\pip.ini
[global]
index-url = http://pypi.douban.com/simple
[install]
trusted-host=pypi.douban.com

Path后追加:%USERPROFILE%\pip\pip.ini

版权声明:本站所有资料均为网友推荐收集整理而来,仅供学习和研究交流使用。

原文链接:https://hbdhgg.com/4/63578.html

发表评论:

本站为非赢利网站,部分文章来源或改编自互联网及其他公众平台,主要目的在于分享信息,版权归原作者所有,内容仅供读者参考,如有侵权请联系我们删除!

Copyright © 2022 匯編語言學習筆記 Inc. 保留所有权利。

底部版权信息