How to create virtual env with Python 3? – Stack Overflow

new-py-env myproject01 from cmd.exe and it will create the project folder myproject01 then create a virtual environment and activates it. what it does: ? It encapsulates 4 operation Create the project folder with parameter %1 Change the directory to %1 Create a virtual environment named env Activates the environment env

Read More