Skip to content
Discussion options

You must be logged in to vote

Thanks! In the case of fastapi-new, it is mainly used to create a new project, a virtual environment, the settings with the packages to install, etc. But it is actually not really used inside of the virtual environment, so it doesn't make that much sense to also have that logic inside and included as part of the rest of the fastapi commands.

Additionally, if people do uvx fastapi-new, they would normally get the latest version, with the latest improvements, so that would be even better than if they a (potentially old) version in a virtual environment.

But thanks for the interest!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tiangolo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
2 participants