mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
commit
befc75ce50
2 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,7 @@ Simone Gaiarin <simgunz@gmail.com>
|
|||
Rai (Michal Pokorny) <agentydragon@gmail.com>
|
||||
Zeno Gantner <zeno.gantner@gmail.com>
|
||||
Henrik Giesel <hengiesel@gmail.com>
|
||||
Michał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
|
||||
|
||||
********************
|
||||
|
||||
|
|
1
Makefile
1
Makefile
|
@ -63,7 +63,6 @@ all: run
|
|||
pyenv:
|
||||
# https://github.com/PyO3/maturin/issues/283 - Expected `python` to be a python interpreter inside a virtualenv
|
||||
set -eu -o pipefail ${SHELLFLAGS}; \
|
||||
"${PYTHON_BIN}" -m pip install virtualenv; \
|
||||
"${PYTHON_BIN}" -m venv pyenv; \
|
||||
case "$$(uname -s)" in CYGWIN*|MINGW*|MSYS*) \
|
||||
dos2unix "${ACTIVATE_SCRIPT}"; \
|
||||
|
|
Loading…
Reference in a new issue