Eduvateskills Data Science materials
To run any python application
- activate the virtual environment using the relative path of Venv >> Scripts >> Activate >> ps1 (a green colored interpreter will be updated on the left)
- run the command $python app.py
- a numbered link will be generated, follow the link to see the application
To run a python application using virtual environment for the first time
- Navigate to Your Project Directory, using the following command $cd
- create virtual environment by changing the python interpreter or running the command $python -m venv
- activate and run the application using the steps above
- deactivate