HELLO
In the Video, We have created our personal Virtual Environment where we can download several libraries of python and it will work in that project only. So Why do we require the basic python executable for every different project, Can’t we simply run the command by Global Python Executable?
The question is the same for other libraries. Ultimately we have to download them globally so that we can copy them to our personal project.
Thank You