cli icon indicating copy to clipboard operation
cli copied to clipboard

`replicate scaffold` fails for Python template due to missing `virtualenv` command

Open mattt opened this issue 1 year ago • 1 comments

On my local dev environment, running the following command produces an error:

$ replicate scaffold --template=python

Error: failed to create virtualenv: failed to run command: exit status 127

Running python -m venv env works for me, though, and I suspect that's more likely to work for other folks, too.

mattt avatar Nov 20 '23 23:11 mattt