<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Discuz! BBS - Python的安装和使用的问题</title>
    <link>https://www.unicoder.cn/forum.php?mod=forumdisplay&amp;fid=48</link>
    <description>Latest 20 threads of Python的安装和使用的问题</description>
    <copyright>Copyright(C) Discuz! BBS</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 16 May 2026 08:34:27 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.unicoder.cn/static/image/common/logo_88_31.gif</url>
      <title>Discuz! BBS</title>
      <link>https://www.unicoder.cn/</link>
    </image>
    <item>
      <title>Debian12 安装Python3.6.15</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=586</link>
      <description><![CDATA[debian12 安装 python3.6.15
在 Debian 12 上安装 Python 3.6.15 需要特别注意，因为 Debian 12 的系统核心工具（如 apt）强依赖于 Python 3.11。绝对不要尝试卸载系统默认的 Python 3.11 或修改 /usr/bin/python3 的指向，否则会导致系统崩溃。
最安全、最推荐的方法是 ...]]></description>
      <category>Python的安装和使用的问题</category>
      <author>admin</author>
      <pubDate>Sat, 11 Apr 2026 21:01:42 +0000</pubDate>
    </item>
    <item>
      <title>fedora安装不同python版本</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=574</link>
      <description><![CDATA[假设本身已经有python12:

再安装一个 python3.6

然后安装python-launcher

之后，建立3.6的虚拟环境：

这样即可。注意当fedora版本增加， python3.6-devel.x86_64 已经不提供了。
fedora39 从 python3.10-devel.x86_64 开始提供，之前的devel不再提供。
注意可以查找 ...]]></description>
      <category>Python的安装和使用的问题</category>
      <author>admin</author>
      <pubDate>Wed, 25 Mar 2026 09:52:45 +0000</pubDate>
    </item>
    <item>
      <title>pip 查看某个模块是否已安装</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=381</link>
      <description><![CDATA[pip show deepgemm]]></description>
      <category>Python的安装和使用的问题</category>
      <author>admin</author>
      <pubDate>Thu, 12 Jun 2025 03:34:17 +0000</pubDate>
    </item>
    <item>
      <title>安装miniConda</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=359</link>
      <description><![CDATA[下载地址：


写入你的邮箱地址，在下一步或下下一步中找到miniconda下载地址，然后下载。
注意miniconda只提供最小安装，如果要使用其他功能，下载anaconda完全体。
或者使用如下链接：


 ...]]></description>
      <category>Python的安装和使用的问题</category>
      <author>admin</author>
      <pubDate>Mon, 05 May 2025 02:44:20 +0000</pubDate>
    </item>
    <item>
      <title>查找Python解释器位置（目录）</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=344</link>
      <description><![CDATA[&gt; py -0p]]></description>
      <category>Python的安装和使用的问题</category>
      <author>admin</author>
      <pubDate>Sun, 20 Apr 2025 17:14:21 +0000</pubDate>
    </item>
    <item>
      <title>Debian python 建立虚拟环境及安装库的安全性问题(venv)</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=320</link>
      <description><![CDATA[见/usr/share/doc/python3.x/README.venv
与其建立一个命令：
pip install --user me someprogramme
不如建立如下环境：
mkdir -p ~/.venvs
python3 -m venv ~/.venvs/me
~/.venvs/me/bin/python -m pip install me someprogramme

注意如果需要，单独的运行环境也能访 ...]]></description>
      <category>Python的安装和使用的问题</category>
      <author>admin</author>
      <pubDate>Mon, 30 Dec 2024 06:09:26 +0000</pubDate>
    </item>
    <item>
      <title>Setup.py</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=259</link>
      <description><![CDATA[使用setup.py :
python setup.py install

ref:  https://cnblogs.com/winBlack/p/17804900.html]]></description>
      <category>Python的安装和使用的问题</category>
      <author>admin</author>
      <pubDate>Wed, 23 Oct 2024 17:32:55 +0000</pubDate>
    </item>
    <item>
      <title>pillow的安装和使用（PIL）问题</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=164</link>
      <description><![CDATA[pip install Pillow==3.1.2
也可以加上后缀：-i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com
使用：
import PIL
from PIL import Image ......]]></description>
      <category>Python的安装和使用的问题</category>
      <author>admin</author>
      <pubDate>Mon, 30 Oct 2023 07:56:03 +0000</pubDate>
    </item>
    <item>
      <title>ffmpeg的安装和使用</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=163</link>
      <description><![CDATA[ffmpeg在linux上的安装，需要先安装ffmpeg-python:
pip3 install ffmpeg-python

另一种安装方法直接下载安装包：
wget --no-check-certificate https://files.pythonhosted.org/packages/d7/0c/56be52741f75bad4dc6555991fabd2e07b432d333da82c11ad701123888a/ffmpeg_p ...]]></description>
      <category>Python的安装和使用的问题</category>
      <author>admin</author>
      <pubDate>Mon, 30 Oct 2023 07:51:05 +0000</pubDate>
    </item>
    <item>
      <title>python安装PyQt（Qt）的问题</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=162</link>
      <description><![CDATA[pip3 install PyQt5==5.15 -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com
这里使用阿里云镜像加速，可以获得更高的下载速度。注意要信任这个服务器。]]></description>
      <category>Python的安装和使用的问题</category>
      <author>admin</author>
      <pubDate>Mon, 30 Oct 2023 07:47:24 +0000</pubDate>
    </item>
    <item>
      <title>python安装虚拟环境</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=130</link>
      <description><![CDATA[reference：
http://www.unicoder.me/wp/index.php/2021/12/02/ubuntu1604-install-flask-python3-6-venv/]]></description>
      <category>Python的安装和使用的问题</category>
      <author>admin</author>
      <pubDate>Fri, 21 Jul 2023 23:15:33 +0000</pubDate>
    </item>
    <item>
      <title>Python安装Sqlite3</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=120</link>
      <description><![CDATA[1)先下载Sqlite3:
https://www.sqlite.org/download.html
2)编译：
configure --prefix=/usr/local/sqlite
make -j 4 &amp; make install

ref:https://www.pianshen.com/article/7260586724/
Compiling The Command-Line InterfaceA build of the command-line interface r ...]]></description>
      <category>Python的安装和使用的问题</category>
      <author>admin</author>
      <pubDate>Mon, 10 Jul 2023 09:38:27 +0000</pubDate>
    </item>
    <item>
      <title>pip的安装和命令使用详解</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=101</link>
      <description><![CDATA[reference:
https://blog.unicoder.cn/forum.php?mod=viewthread&amp;tid=91&amp;page=1

安装pip：
reference on entry of http://www.unicode.me/wp/index.php/2019/08/16/install-python3-6-0-on-ubuntu16-04lts/

wget https://bootstrap.pypa.io/pip/3.6/get-pip.py  –no- ..]]></description>
      <category>Python的安装和使用的问题</category>
      <author>admin</author>
      <pubDate>Sun, 18 Jun 2023 02:46:47 +0000</pubDate>
    </item>
    <item>
      <title>python的安装最好用编译（目前已经3.6.0通过）</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=99</link>
      <description><![CDATA[注意先安装编译环境：apt-get install build-essential make gcc g++ git-core

1、到python.org下载源码
2、./configure --with-zlib --with-ssl --enable-loadable-sqlite-extensions --prefix=/home/jishan/.local/python3/
3、make -j3
4、make install   
注意这几 ...]]></description>
      <category>Python的安装和使用的问题</category>
      <author>admin</author>
      <pubDate>Fri, 16 Jun 2023 21:42:45 +0000</pubDate>
    </item>
    <item>
      <title>贴一个获取Pypi的简便地址，</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=91</link>
      <description><![CDATA[从如下地址就可以获取pypi的所有源码包：（将最右边一节替换成需要的包名）。

https://pypi.org/simple/docutils/

也可以直接使用如下命令（第一条翻新pip程序）

python3 -m pip install --upgrade pip

python3 -m pip install requests -i http://mirrors.aliyun.c ...]]></description>
      <category>Python的安装和使用的问题</category>
      <author>admin</author>
      <pubDate>Wed, 07 Jun 2023 06:35:35 +0000</pubDate>
    </item>
  </channel>
</rss>