Automatic installation of libraries in venv creation
Every time I create a venv 3 libraries are included automatically: pip, setuptool and wheel. Is there a way to include a couple more?
We use the cloud for our processes so we always have to install the same base libraries for that over and over. It'll be very handy if each time I create a venv they are automatically installed as well. I don't want to use the global site packages because the processes don't always share libraries apart from those.
Is there a way to do this? I can't find it.
Thank you!
请先登录再写评论。