Virtual Environment in Debian with different Python version
I want to create virtual environment using python 3.9.15 version. It will get the global version of python but not that version in virtual environment. can you suggest me solution for that I tried to do using venv and virtualenv…