upgade version de python à l'aide de pip

J'ai donc python 2.7.3 installé sur Windows 7 64 bits et je veux faire un différentiel de mise à niveau vers la version 2.7.5. J'ai pip installé et il fonctionne très bien; je viens de l'installer à l'aide de Django.

Je suis tombé sur cette commande:
pip install --mise à niveau de python>=2.7,<2.7.99'

Maintenant, c'forces pip pour télécharger la dernière version qui n'est pas Python 3, qui est ce que je veux.
2.7.5 commence à télécharger et j'obtiens l'erreur suivante:

    Downloading/unpacking python>=2.7,<2.7.99
      Downloading Python-2.7.5.tar.bz2 (12.1MB): 12.1MB downloaded
      Running setup.py egg_info for package python
        Traceback (most recent call last):
          File "<string>", line 16, in <module>
          File "c:\users\name\appdata\local\temp\pip-build-name\python\setup.py", line 33, in <module>
            COMPILED_WITH_PYDEBUG = ('--with-pydebug' in sysconfig.get_config_var("CONFIG_ARGS"))
        TypeError: argument of type 'NoneType' is not iterable
        Complete output from command python setup.py egg_info:
        Traceback (most recent call last):

      File "<string>", line 16, in <module>

      File "c:\users\name\appdata\local\temp\pip-build-name\python\setup.py", line 33, in <module>

        COMPILED_WITH_PYDEBUG = ('--with-pydebug' in sysconfig.get_config_var("CONFIG_ARGS"))

    TypeError: argument of type 'NoneType' is not iterable

    ----------------------------------------
    Command python setup.py egg_info failed with error code 1 in c:\users\name\appdata\local\temp\pip-build-name\python

Aussi je suis nouveau sur le pip. Quand je annuler un téléchargement est sécuritaire? J'ai tapé installer "pip install python" et il a commencé le téléchargement de la version de python version 3. Donc j'ai annulé. Ne pas remplacer mon principal python 2.7.3 installer?

Curieux.

Aucune limitation pour vous de ne pas utiliser le 2.7.5 programme d'installation de windows à partir de python.org ?
Bon point. Je veux maximiser le pip de l'utilisation.
Je n'ai rien casser en cours d'exécution "pip install python" alors j'ai eu 2.7.3 déjà installé?

OriginalL'auteur Snerd | 2013-05-27