Lines Matching full:installed
42 installed in the normal location for Python scripts on your platform.
67 cause is that you installed to a location other than ``site-packages``,
74 installed EasyInstall correctly but are using it to install packages to a
115 **Example 5**. Upgrade an already-installed package to the latest version
128 can be examined or edited. (The package will not be installed, but it can
129 easily be installed with ``easy_install ~/projects/sqlobject``. See `Editing
147 By default, packages are installed to the running Python installation's
152 By default, any scripts included with the package are installed to the running
157 installed package. You can override this using the ``-s`` or ``--script-dir``
160 Installed packages are added to an ``easy-install.pth`` file in the install
161 directory, so that Python will always use the most-recently-installed version
191 function at runtime automatically selects the newest installed version of a
198 import the most-recently installed version by default. So, again, installing
202 ``-x``), then the upgraded version's scripts will be installed, and they will
204 package, so that you can use them even if they are installed in multi-version
216 If you've upgraded a package, but need to revert to a previously-installed
222 If a package matching the requested name and version is not already installed
223 in a directory on ``sys.path``, it will be located via PyPI and installed.
225 If you'd like to switch to the latest installed version of ``PackageName``, you
230 This will activate the latest installed version. (Note: if you have set any
233 downloaded and installed if it is newer than your current version.)
247 If you want to delete the currently installed version of a package (or all
292 recently-installed version of the package.)
298 On Unix systems, scripts are installed with as natural files with a "#!"
307 Regardless of the technique used, the script(s) will be installed to a Scripts
318 scripts will be installed.
325 launcher of the same name beside each installed script (including
367 installed.
415 even if they're installed elsewhere on the machine, and ``-d`` indicates the
418 You can also build the eggs from local development packages that were installed
567 old or system-installed packages, and without ignoring the issue. Instead,
575 However, packages that were not installed by EasyInstall are "unmanaged",
607 can be safely installed as a zipfile, and then acts on its analysis. (Previous
621 If any of the above are found in the package being installed, EasyInstall will
708 or downloaded packages that are not already installed in the target
709 directory; if you want to convert an existing installed version from
715 adding an ``easy-install.pth`` entry for the package being installed, and
725 which will put the latest installed version of the specified packages on
736 requirement can't be met by distributions already installed
747 ``pkg_resources.require()`` to enable the installed package(s) that you
770 run by scripts that are already installed.
788 fresh copy of something that's already installed. You will see warning
886 compiling installed ``.py`` files to ``.pyo`` files. It does not affect
893 Write a record of all installed files to FILENAME. This is basically the
952 installed using the ``setup.py develop`` command, will be used to build