mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Merge pull request #530 from felipeacsi/arch-installation
Updated Arch Linux installation
This commit is contained in:
@@ -30,18 +30,20 @@ System-wide installation via a package manager
|
|||||||
Arch Linux
|
Arch Linux
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
You can install |jedi| directly from official AUR packages:
|
You can install |jedi| directly from official Arch Linux packages:
|
||||||
|
|
||||||
- `python-jedi <https://aur.archlinux.org/packages/python-jedi/>`__ (Python 3)
|
- `python-jedi <https://www.archlinux.org/packages/community/any/python-jedi/>`__
|
||||||
- `python2-jedi <https://aur.archlinux.org/packages/python2-jedi/>`__ (Python 2)
|
(Python 3)
|
||||||
|
- `python2-jedi <https://www.archlinux.org/packages/community/any/python2-jedi/>`__
|
||||||
|
(Python 2)
|
||||||
|
|
||||||
The specified Python version just refers to the *runtime environment* for
|
The specified Python version just refers to the *runtime environment* for
|
||||||
|jedi|. Use the Python 2 version if you're running vim (or whatever editor you
|
|jedi|. Use the Python 2 version if you're running vim (or whatever editor you
|
||||||
use) under Python 2. Otherwise, use the Python 3 version. But whatever version
|
use) under Python 2. Otherwise, use the Python 3 version. But whatever version
|
||||||
you choose, both are able to complete both Python 2 and 3 *code*.
|
you choose, both are able to complete both Python 2 and 3 *code*.
|
||||||
|
|
||||||
(There is also a packaged version of the vim plugin available: `vim-jedi at AUR
|
(There is also a packaged version of the vim plugin available: `vim-jedi at
|
||||||
<https://aur.archlinux.org/packages/vim-jedi/>`__.)
|
Arch Linux<https://www.archlinux.org/packages/community/any/vim-jedi/>`__.)
|
||||||
|
|
||||||
Debian
|
Debian
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|||||||
Reference in New Issue
Block a user