Home
last modified time | relevance | path

Searched refs:easy_install (Results 1 – 25 of 40) sorted by relevance

12

/external/python/setuptools/setuptools.egg-info/
Dentry_points.txt2 easy_install = setuptools.command.easy_install:main
3 easy_install-3.6 = setuptools.command.easy_install:main
15 easy_install = setuptools.command.easy_install:easy_install
64 eggsecutable = setuptools.command.easy_install:bootstrap
Dtop_level.txt1 easy_install
DSOURCES.txt7 easy_install.py
19 docs/easy_install.txt
131 setuptools/command/easy_install.py
/external/python/setuptools/setuptools/command/
Ddevelop.py11 from setuptools.command.easy_install import easy_install
16 class develop(namespaces.DevelopInstaller, easy_install):
21 user_options = easy_install.user_options + [
26 boolean_options = easy_install.boolean_options + ['uninstall']
42 easy_install.initialize_options(self)
54 easy_install.finalize_options(self)
140 self.easy_install(setuptools.bootstrap_install_from)
175 return easy_install.install_egg_scripts(self, dist)
192 return easy_install.install_wrapper_scripts(self, dist)
Dinstall_scripts.py17 import setuptools.command.easy_install as ei
53 from setuptools.command.easy_install import chmod, current_umask
Dinstall.py98 easy_install = self.distribution.get_command_class('easy_install')
100 cmd = easy_install(
/external/python/setuptools/setuptools/tests/
Dtest_easy_install.py26 import setuptools.command.easy_install as ei
27 from setuptools.command.easy_install import PthDistributions
28 from setuptools.command import easy_install as easy_install_pkg
60 cmd = ei.easy_install(dist)
92 cmd = ei.easy_install(dist)
102 cmd = ei.easy_install(dist)
116 cmd = ei.easy_install(dist)
177 cmd = ei.easy_install(
184 cmd.easy_install(sdist_unicode)
221 cmd = ei.easy_install(
[all …]
Dtest_integration.py13 from setuptools.command.easy_install import easy_install
14 from setuptools.command import easy_install as easy_install_pkg
66 cmd = easy_install(dist)
/external/llvm-project/lld/docs/
Dsphinx_intro.rst27 installation tool ``easy_install``, as follows::
29 $ sudo easy_install sphinx
39 If you do not have the ``easy_install`` tool on your system, you should be able
44 i.e., ``apt-get install easy_install`` or ``yum install easy_install``.
47 All modern macOS systems come with ``easy_install`` as part of the base
104 $ sudo easy_install virtualenv
117 $ ~/my-sphinx-install/bin/easy_install sphinx
/external/python/setuptools/docs/
Deasy_install.txt5 Easy Install is a python module (``easy_install``) bundled with ``setuptools``
38 You will need at least Python 3.3 or 2.7. An ``easy_install`` script will be
47 Note that ``easy_install`` normally works by downloading files from the
53 (Alternately, if you do not wish easy_install to actually download anything, you
63 ``easy_install`` command but it fails with an ``ImportError``, the most likely
69 Similarly, if you can run ``easy_install``, and it appears to be installing
79 Installing setuptools will provide an ``easy_install`` command according to
81 ``easy_install`` command is not available after installation, that section
88 For basic use of ``easy_install``, you need only supply the filename or URL of
96 easy_install SQLObject
[all …]
Dhistory.txt19 easy_install, including support for downloading via Sourceforge and
26 aspects of ``easy_install``, and supplied the doctests for the command-line
Dindex.txt20 easy_install
/external/antlr/runtime/Python/
Dez_setup.py157 from setuptools.command.easy_install import main
173 from setuptools.command.easy_install import main
175 from easy_install import main
180 from setuptools.command.easy_install import main
/external/python/apitools/
Dez_setup.py200 from setuptools.command.easy_install import main
219 from setuptools.command.easy_install import main
221 from easy_install import main
226 from setuptools.command.easy_install import main
/external/google-fruit/extras/dockerfiles/
DDockerfile.ubuntu-20.0413 RUN python3 -m easy_install pip
30 RUN python3.8 -m easy_install pip
DDockerfile.ubuntu-20.1013 RUN python3 -m easy_install pip
29 RUN python3.8 -m easy_install pip
DDockerfile.ubuntu-18.0421 RUN python3 -m easy_install pip
42 RUN python3.8 -m easy_install pip
/external/python/setuptools/tests/
Dmanual_test.py64 easy_install = os.path.join(purelib, 'easy-install.pth')
65 with open(easy_install) as f:
/external/python/setuptools/
Deasy_install.py4 from setuptools.command.easy_install import main
DCHANGES.rst113 * #1200: easy_install now support installing from wheels:
200 * #196: Remove caching of easy_install command in fetch_build_egg.
947 To retain the old behavior when using any easy_install
1111 * #539: In the easy_install get_site_dirs, honor all
1431 ``easy_install._adjust_header``.
1498 * Issue #257: ``easy_install --version`` now shows more detail
1633 * Various refactoring of easy_install.
1641 * Issue #285: ``easy_install`` no longer will default to installing
1647 using the "install-dir" and "scripts-dir" parameters to easy_install
1681 * Fix ``setuptools.command.easy_install.extract_wininst_cfg()``
[all …]
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_pip_packages_remote.sh23 easy_install -U pip==9.0.3
/external/python/parse_type/
Dsetup.cfg12 [easy_install]
/external/markdown/docs/
DINSTALL28 easy_install ElementTree
29 easy_install Markdown
/external/webrtc/tools_webrtc/cpu/
DREADME6 sudo ARCHFLAGS='-Wno-error=unused-command-line-argument-hard-error-in-future' easy_install psutil
/external/capstone/bindings/python/
DBUILDING.txt30 Depending on if you already have pip or easy_install installed, install
35 $ sudo easy_install cython

12