kennethreitz
a554f0f645
Update virtualenvs.rst
2017-08-30 18:32:20 -04:00
kennethreitz
6a8feb001c
Update virtualenvs.rst
2017-08-30 18:25:47 -04:00
Daniel Andersson
3f8f2fd739
pep8 is nowadays called pycodestyle
...
See <https://github.com/PyCQA/pycodestyle/issues/466 >. Pointing towards
the `pep8` tool risks leading users to outdated versions of the tool
(the last `pep8` version is 1.7.0 from January 2016; the currently
latest `pycodestyle` version is 2.3.0).
2017-05-25 19:40:08 +02:00
Abhishek Kumar Singh
d6789d22f1
Check virtualenv installation, close #657
2017-04-10 21:03:09 +05:30
Marijn van der Zee
2f9028969c
Remove wrong usage of :option:
...
From http://www.sphinx-doc.org/en/stable/domains.html#directive-option :
> The directive will create cross-reference targets for the given options,
> referencable by option (in the example case, you’d use something like
> :option:`dest_dir`, :option:`-m`, or :option:`--module`).
I don't think we're intending here to create cross references,
we simply want to render it nicely.
So just use code formatting instead.
This gets rid of the last build warnings.
2017-03-11 15:18:48 +01:00
Marijn van der Zee
04587705fa
Fix undeline warnings
...
https://travis-ci.org/kennethreitz/python-guide/builds/204641280
2017-03-11 11:28:36 +01:00
Luis Rueda
ff3879cf6f
Update virtualenvs.rst
...
Renames the virtual environment name from venv to my_project so that the reader is clear that they should not name their environment venv which could lead to confusion later (venv appearing on the left of the prompt)
2017-02-23 14:03:50 -05:00
Kenneth Reitz
96ddd776e0
improvements
2016-12-07 11:34:28 -08:00
kennethreitz
c939324188
Merge pull request #687 from adamn/master
...
Removed references to Setuptools/easy_install in favor of pip.
2016-12-07 11:30:23 -08:00
Nathan Goldbaum
e414047377
typo fix in virtualenv development instructions
2016-12-04 13:38:35 -06:00
Will Humphreys
220001839d
Fix missing space
2016-11-29 18:24:54 +00:00
Adam Nelson
b832f669e6
Previous merge didnt handle 2 conflicts properly
2016-11-14 14:31:53 -05:00
Adam Nelson
e7ca528206
Merge remote-tracking branch 'upstream/master'
2016-11-14 14:25:47 -05:00
Aditya
be8ce2704d
Update to recent versions of Django for virtualenv example
2016-10-26 20:37:54 +05:30
Adam Chainz
af7d603e97
Convert readthedocs links for their .org -> .io migration for hosted projects
...
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/ ) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
2016-09-21 08:31:09 +01:00
Don Jayamanne
46ca5e9323
fixed review issues
2016-07-07 00:23:31 +10:00
Don Jayamanne
a603b95c87
updated to include a reference to VS Code
2016-07-06 17:17:28 +10:00
Adam Nelson
328a261c4f
Re-instated references to setuptools
2016-03-31 09:38:25 -04:00
Adam Nelson
9223381e4e
Python3 stuff in virtualenv less prominent
2016-03-15 10:00:26 -04:00
Adam Nelson
53a249a58e
Bad tick marks in virtualenv doc
2016-03-15 09:47:32 -04:00
Adam Nelson
8da905eae3
First stab at Python3 OS X docs
2016-03-14 14:28:01 -04:00
Britta Gustafson
baf4158b13
Link to internal Virtual Environments page from install pages
2015-11-17 15:48:52 -08:00
Ian Cordasco
4426806372
Fix up travis build
2015-10-30 22:51:20 -05:00
Zach Wernberg
b636a0cd49
updated pycharm plugin url
2015-10-30 21:53:47 -05:00
Victor Adam
dd2399abe9
env.rst: fix typo
...
“in an one project” didn’t make sense. It should either be “in any project” or “in one project”.
2015-10-27 13:58:10 +01:00
SanketDG
65d2861809
added info for virtualenv-burrito
...
with virtualenv-burrito, we can have a virtualenv + virtualenvwrapper
environment by typing out a single command.
https://github.com/brainsik/virtualenv-burrito
2015-10-26 21:05:35 +05:30
J. Cristóbal López
88a46531da
List installed packages with "pip list"
2015-10-24 12:53:06 -05:00
Sidhant Bhavnani
92532d485e
Made the fixes
...
Removed the indentation, underlining to the length of the title and put my subsection under IDEs.
2015-10-22 04:31:33 +05:30
Sidhant Bhavnani
8ffa72be72
Added Enthought Canopy
2015-10-22 03:41:00 +05:30
Gabriel SoHappy
7d7c535993
update spyder IDE and rope links in dev ide section
2015-10-21 22:03:39 +08:00
Ian Cordasco
3c03e2499a
Merge pull request #572 from varunagrawal/env
...
virtualenv duplicate fix
2015-10-11 11:14:30 -05:00
Jonathan
766c5d4a55
Sounds more gramatically correct
2015-10-03 20:16:17 +01:00
Jonathan
bb5b1e60da
Add information on pyenv
2015-10-03 19:00:09 +01:00
Varun Agrawal
1f0a62a8f8
updated virtualenv sectio to remove duplicates
2015-10-02 14:51:18 +00:00
Rajath Kumar M.P
510b3c61da
update - 2
2015-10-02 19:20:07 +05:30
Rajath Kumar M.P
4a40fe3a22
updated
2015-10-02 12:34:28 +05:30
Rajath Kumar M.P
a35561efc9
IPython install edit
...
Installs dependencies for notebook.
2015-10-01 18:39:55 +05:30
kennethreitz
beaae535a2
Merge pull request #528 from tony/patch-1
...
Add ptpython to other tools
2015-09-20 17:18:29 -04:00
Andy Smith
6f8082d1b6
reflect unification of python in emacs.
2015-08-16 20:58:12 +01:00
vipul
bb593a1b94
fixes #532 added doc for vim-flake8
...
fixes #532 added doc for vim-flake8
fixes #532 added doc for vim-flake8
2015-05-18 19:49:02 +05:30
Taylor Edmiston
7e7e971588
Add mkproject instructions for virtualenvwrapper
2015-05-15 21:17:28 -04:00
Tony Narlock
315eba8d79
Add ptpython to other tools
...
https://github.com/jonathanslenders/ptpython/
2015-03-20 11:32:26 -07:00
Vincent Zee
7e385158c7
Corrected lines to be no longer than 78 characters
2015-03-01 16:27:06 +01:00
Vishal Sodani
4ad53a4916
Use virtualwrapper-win on windows
2015-02-21 22:02:00 +05:30
Mary Brennan
db1a94fd43
copy edits
2014-12-06 11:55:30 -08:00
Helen ST
e9eb5da170
Reference virtualenvwrapper from linux install page: Refs #469
2014-12-04 18:51:43 +00:00
Taylor Barnett
17d0f7f005
Title style fix in env.rst
2014-11-19 18:18:08 -06:00
Taylor Barnett
e4025c1f3f
Removed virtualenv and linked to central location
2014-11-10 20:02:38 -06:00
Taylor Barnett
c5ab9e86be
Grammar fix
2014-11-10 20:01:07 -06:00
Taylor Barnett
53865c5ff7
Added example
2014-10-25 17:57:19 -05:00