Skip to content

Alias pip to uv pip #4578

Closed Answered by hverlin
MVanderloo asked this question in Q&A
Discussion options

You must be logged in to vote

In case this helps:

You can either use the --seed option for virtualenv: https://mise.jdx.dev/lang/python.html#automatic-virtualenv-activation

[env]
_.python.venv = { path = ".venv", create = true, uv_create_args = ['--seed'] }

or as a setting: https://mise.jdx.dev/lang/python.html#python.uv_venv_create_args

[settings]
python.uv_venv_create_args = ['--seed']

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by MVanderloo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants