To take full advantage of our latest features, enhancements, and important security patches, we recommend you update your Python agent to the latest version. For additional information about specific agent updates, refer to the Python agent release notes.
Update with Python package index (PyPi)
The Python agent package is listed on PyPi at http://pypi.python.org/pypi/newrelic. To update with a specific package, follow the corresponding instructions:
Python package | Installation procedures |
---|---|
pip | To update the bash
If you have New Relic in your bash
|
easy_install | To update using bash
ヒントWe recommend using |
buildout | Install the package by creating an appropriate section for the |
Download package manually
To manually download the New Relic Python package:
- Remove the current New Relic package.
- Download the new package, then follow the Python agent installation procedures.
ヒント
We recommend using pip
rather than using manual installation, because pip
will correctly remove old versions when updating the agent software.