LINUX.ORG.RU

История изменений

Исправление papin-aziat, (текущая версия) :

Да, слушай, это интересная тема, но я в этом ничего не понимаю, однако такой примерно расклад видел в доках в исходниках.

## Pre-built Python wheels

Pre-built Python packages are available on PyPI. They are useful if you wish to:

- Run Anki from a local Python installation without building it yourself
- Get code completion when developing add-ons
- Make command line scripts that modify .anki2 files via Anki's Python libraries

You will need the 64 bit version of Python 3.8 or 3.9 installed. If you do not
have Python yet, please see the platform-specific instructions in the "Building
from source" section below for more info.

**Mac/Linux**:

$ python3.8 -m venv ~/pyenv
$ ~/pyenv/bin/pip install --upgrade pip
$ ~/pyenv/bin/pip install aqt

Then to run Anki:
$ ~/pyenv/bin/anki

Не пояснишь, что это за магия? Вижу, что дело происходит в хомяке, значит систему не поломаю?

Исходная версия papin-aziat, :

Да, слушай, это интересная тема, но я в этом ничего не понимаю, однако такой примерно расклад видел доках в исходниках.

## Pre-built Python wheels

Pre-built Python packages are available on PyPI. They are useful if you wish to:

- Run Anki from a local Python installation without building it yourself
- Get code completion when developing add-ons
- Make command line scripts that modify .anki2 files via Anki's Python libraries

You will need the 64 bit version of Python 3.8 or 3.9 installed. If you do not
have Python yet, please see the platform-specific instructions in the "Building
from source" section below for more info.

**Mac/Linux**:

$ python3.8 -m venv ~/pyenv
$ ~/pyenv/bin/pip install --upgrade pip
$ ~/pyenv/bin/pip install aqt

Then to run Anki:
$ ~/pyenv/bin/anki

Не пояснишь, что это за магия? Вижу, что дело происходит в хомяке, значит систему не поломаю?