summaryrefslogtreecommitdiff
path: root/docs/reference.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix instructions for download of virtualenv. (#1210)Zvezdan Petkovic2018-10-051-2/+2
| | | | | | | | | | Replaced pypi.python.org with pypi.org in the download URL. Added `-L` option to `curl` to follow redirects from randomized hash URLS. Also, replaced pypi.python.org/pypi with pypi.org/project throughout the docs. This fix addresses the most important part of #1042.
* Make the --no-(pip|setuptools|wheel) options independentDonald Stufft2016-01-191-2/+1
|
* Try to download the latest versions of preinstalled packagesDonald Stufft2016-01-191-4/+6
| | | | | | | | | | | * Will only accept Wheels (because that is all we can install without setuptools). * Will still fall back to using the bundled copies of the preinstalled packages if it cannot access the internet. This should prevent errors happening from too old of versions of software being bundled with virtualenv, while still allowing people to prevent talking to the internet with --no-download.
* Install wheel automatically into new virtual environmentsDonald Stufft2015-05-211-0/+4
|
* Refer to python instead of python3Matthew Iversen2014-06-151-1/+1
|
* Fix docs typos, thanks @alexMatthew Iversen2014-06-151-1/+1
|
* Capitalization Is AwesomeMatthew Iversen2014-06-151-1/+1
|
* Usage, options, config, extendingMatthew Iversen2014-06-151-0/+256