Hello python team,
I was working on venv command it is creating separate environment which uses current python version and if we need specific version we need to install manually. So, I thought of having a option like creating venv “with specific python version” this will automatically pulls the specific version of python from internet (similar to docker which will pull the image if it is not present locally)
Hope this feature can be built.
Thanks,
Gautam