don't install virtualenv
virtualenv is not needed, as the built-in venv is actually used.
This commit is contained in:
parent
6b05272ed4
commit
50cf20aaae
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 New Issue
Block a user