Python 标准库参考指南 3.13 1728 27.8.1 例子 ..... 1729 27.8.2 API ..... 1733 28 软件打包和分发 ..... 1739 28.1 ensurepip --- 初始设置 pip 安装器 ..... 1739 28.1.1 命令行界面 ..... 1740 28.1.2 模块 API ..... 1740 28.2 venv --- 虚拟环境的创建 ..... 1741 操作系统上的行为相同。但是,有几个主要区别: - 移动平台只能在“嵌入”模式下使用 Python。没有 Python REPL,也不能使用单独的可执行文件,如:program:python 或 pip。要在移动应用程序中添加 Python 代码,必须使用 Python 嵌入式 API。更多详情,请参阅 using-android 和 using-ios。 · 子进程: - 在 Android 例程正在被测试以确定它们是否堪当大任。 基本上所有这些配方和许许多多其他配方都可以通过 Python Package Index 上的 more-itertools 项目来安装: python -m pip install more-itertools 许多例程提供了与底层工具集相当的高性能。更好的内存效率是通过每次只处理一个元素而不是将整个可迭代对象放入内存来保证的。代码量的精简是通过以函数式风格0 码力 | 2246 页 | 11.74 MB | 1 年前3
Conda 4.6.0 Documentationinstallation from a source such as the macOS Homebrew package manager and globally installed packages from pip such as pandas and NumPy, you do not need to uninstall, remove, or change any of them before using (show_channel_urls) - Change command prompt (changeps1) - Add pip as Python dependency (add_pip_as_python_dependency) - Use pip (use_pip) - Configure conda for use behind a proxy server (proxy_servers) EXAMPLE: changeps1: False ## Add pip as Python dependency (add_pip_as_python_dependency) Add pip, wheel and setuptools as dependencies of Python. This ensures that pip, wheel and setuptools are always0 码力 | 190 页 | 728.67 KB | 1 年前3
Conda 4.6.1 Documentationinstallation from a source such as the macOS Homebrew package manager and globally installed packages from pip such as pandas and NumPy, you do not need to uninstall, remove, or change any of them before using (show_channel_urls) - Change command prompt (changeps1) - Add pip as Python dependency (add_pip_as_python_dependency) - Use pip (use_pip) - Configure conda for use behind a proxy server (proxy_servers) EXAMPLE: changeps1: False ## Add pip as Python dependency (add_pip_as_python_dependency) Add pip, wheel and setuptools as dependencies of Python. This ensures that pip, wheel and setuptools are always0 码力 | 190 页 | 728.57 KB | 1 年前3
Conda 23.5.x Documentation|Python is independent from system.| |Extending environment|Extend environment with pip.|Extended environment with conda or pip.| |Non-Python dependencies||Manages non-Python dependencies (R, Perl, arbitrary Are you creating a new environment or installing into an existing one? • Does your environment have pip-installed dependencies in it? • What channels are you using? • What packages are you installing? reproducibility of research workflows. • Allowing the use of other package management tools, such as pip, inside conda environments where a library or tools are not already packaged for conda. • Providing0 码力 | 370 页 | 3.11 MB | 1 年前3
Conda 23.3.x Documentation|Python is independent from system.| |Extending environment|Extend environment with pip.|Extended environment with conda or pip.| |Non-Python dependencies||Manages non-Python dependencies (R, Perl, arbitrary Are you creating a new environment or installing into an existing one? • Does your environment have pip-installed dependencies in it? • What channels are you using? • What packages are you installing? reproducibility of research workflows. • Allowing the use of other package management tools, such as pip, inside conda environments where a library or tools are not already packaged for conda. • Providing0 码力 | 370 页 | 2.94 MB | 1 年前3
Conda 24.1.x Documentationtime. Installing one program at a time can lead to dependency conflicts. To automatically install pip or another program every time a new environment is created, add the default programs to the create_default_packages https://repo.anaconda.com/pkg/free/osx-64/openssl-1.0.2h-1.tar.bz2 https://repo.anaconda.com/pkg/free/osx-64/pip-8.1.2-py35_0.tar.bz2 https://repo.anaconda.com/pkg/free/osx-64/python-3.5.2-0.tar.bz2 https://repo Using pip in an environment To use pip in your environment, in your terminal window, run: conda install -n myenv pip conda activate myenv pip <pip_subcommand> Issues may arise when using pip and conda0 码力 | 795 页 | 4.73 MB | 1 年前3
Conda 25.1.x Documentationtime. Installing one program at a time can lead to dependency conflicts. To automatically install pip or another program every time a new environment is created, add the default programs to the create_default_packages anaconda.com/pkgs/free/osx-64/openssl-1.0.2h-1.tar.bz2 https://repo.anaconda.com/pkgs/free/osx-64/pip-8.1.2-py35_0.tar.bz2 https://repo.anaconda.com/pkgs/free/osx-64/python-3.5.2-0.tar.bz2 https://repo Using pip in an environment To use pip in your environment, in your terminal window, run: conda install -n myenv pip conda activate myenv pip <pip_subcommand> Issues may arise when using pip and conda0 码力 | 822 页 | 5.20 MB | 1 年前3
Conda 24.9.x Documentationtime. Installing one program at a time can lead to dependency conflicts. To automatically install pip or another program every time a new environment is created, add the default programs to the create_default_packages anaconda.com/pkgs/free/osx-64/openssl-1.0.2h-1.tar.bz2 https://repo.anaconda.com/pkgs/free/osx-64/pip-8.1.2-py35_0.tar.bz2 https://repo.anaconda.com/pkgs/free/osx-64/python-3.5.2-0.tar.bz2 https://repo Using pip in an environment To use pip in your environment, in your terminal window, run: conda install -n myenv pip conda activate myenv pip <pip_subcommand> Issues may arise when using pip and conda0 码力 | 799 页 | 5.26 MB | 1 年前3
Conda 24.3.x Documentationtime. Installing one program at a time can lead to dependency conflicts. To automatically install pip or another program every time a new environment is created, add the default programs to the create_default_packages https://repo.anaconda.com/pkg/free/osx-64/openssl-1.0.2h-1.tar.bz2 https://repo.anaconda.com/pkg/free/osx-64/pip-8.1.2-py35_0.tar.bz2 https://repo.anaconda.com/pkg/free/osx-64/python-3.5.2-0.tar.bz2 https://repo Using pip in an environment To use pip in your environment, in your terminal window, run: conda install -n myenv pip conda activate myenv pip <pip_subcommand> Issues may arise when using pip and conda0 码力 | 786 页 | 4.98 MB | 1 年前3
Conda 24.7.x Documentationtime. Installing one program at a time can lead to dependency conflicts. To automatically install pip or another program every time a new environment is created, add the default programs to the create_default_packages anaconda.com/pkg/free/osx-64/openssl-1.0.2h-1.tar.bz2 https://repo.anaconda.com/pkg/free/osx-64/pip-8.1.2-py35_0.tar.bz2 https://repo.anaconda.com/pkg/free/osx-64/python-3.5.2-0.tar.bz2 https://repo Using pip in an environment To use pip in your environment, in your terminal window, run: conda install -n myenv pip conda activate myenv pip <pip_subcommand> Issues may arise when using pip and conda0 码力 | 808 页 | 4.97 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
Python 标准库pipHTML类型提示errnoCondaConda CommandsConda ConfigurationConda Python APIRelease notesconda-envConda Configuration Enginecondabug fixesdeprecationsimprovementsdocumentation updatessupportfeatures.condarcexception handlingconfiguration engineconfigurationenvironmentspackagesDeprecationsBug fixesImprovementsconda.exe安装更新环境管理配置package managernoarch packagepluginsrepository













