Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replicate scaffold fails for Python template due to missing virtualenv command #37

Open
mattt opened this issue Nov 20, 2023 · 1 comment

Comments

@mattt
Copy link
Member

mattt commented Nov 20, 2023

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
Copy link
Member Author

mattt commented Nov 20, 2023

We may also want to gracefully handle environments where Python is accessible from python3 instead of python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant