Tag: python environment
-
Python virtual environment
the below command to activate virtual environment venv – environment name tts-venv to create a python virtual environment – example python -m tts-venv for creating virtual environment in windows the command to create virtual environment is same, but to activate the command is like below for powershell the above command may not work and you…