Monday, May 13, 2024

Virtual environment creation for MAC OS

 step-1:pip3 install virtualenv


Step-2:CD Project directory


step-3:python3 -m venv venv


step-4:source ./venv/bin/activate




No comments:

Post a Comment

Creating a Project in vTESTstudio - Step by Step

  Contents 1    Overview 2    Create a Project 3    Configure the Project Environment 4    Create a Test Unit 5    Create a Test Table 6    ...