Is there a way to create virtual environment using python code. It would be great help if anyone can help. I need to automate creating virtual environment.As in using subprocesses or something similar
pip3 install pipenv cd /root_directory_of_project pipenv shell