In the previous post I had shown...
- How to install Python in Windows and ubuntu 16.04
- How to Reload jquery datatable ajax
- CRUD operations using Bootstrap Modal in Asp.Net MVC
- Asynchronous Requests for CRUD operations in Asp.Net MVC
- Code First Migrations in MVC 5
- Jquery DataTable in MVC
- Jquery DataTable multisearch paging and Sorting in MVC server side
- Jquery DataTable paging, Sorting and Multi search with datepicker in MVC server side
Continuing the previous post PIP is automatically Installed along with Latest python versions(2.7+ and 3.5+). To check PIP version
pip -V
or
pip3 -V
You will get the out put as shown belowpip 9.0.1 from c:\users\admin\appdata\local\programs\python\python35-32\lib\site-packages (python 3.5)
Install virtualenv:
pip3 install virtualenv
No comments:
Post a Comment