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

Add init command #92

Open
Kyle-Verhoog opened this issue Nov 26, 2020 · 1 comment
Open

Add init command #92

Kyle-Verhoog opened this issue Nov 26, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@Kyle-Verhoog
Copy link
Member

This will create a default riotfile.py in the current directory if one does not already exist.

riot init
@Kyle-Verhoog Kyle-Verhoog added the enhancement New feature or request label Nov 26, 2020
@brettlangdon
Copy link
Member

Would be fun too if it initialized a Venv with all versions of Python found on the system.

e.g.

from riot import Venv

venv = Venv(
  pys=[2.7, 3.6, 3.9],
)

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

No branches or pull requests

2 participants