How to install python virtualenv: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 January 2017

  • curprev 22:2522:25, 25 January 2017Enkhjargal talk contribs 404 bytes +404 Created page with "1. install the package virtualenv pip install virtualenv 2. create a virtualenv virtualenv <name_of_your_virtualenv> 3. activate the created virtualenv source path_to_you..."