Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Virtual Env setup

1. curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py


2. python get-pip.py
3. pip install virtualenv
4. virtualenv –version
5. python –m venv leon
6. .\leon\Scripts\activate.bat

You might also like