logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).


L'icône rouge permet de télécharger chaque page du wiki visitée au format PDF et la grise au format ODT → ODT PDF Export

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Prochaine révision Les deux révisions suivantes
utilisateurs:hypathie:tutos:developpement-pyhon-utiliser-django [08/12/2015 10:43]
Hypathie [Configurations et installation de Django avec SQLite3]
utilisateurs:hypathie:tutos:developpement-pyhon-utiliser-django [08/12/2015 10:52]
Hypathie [Configurations et installation de Django avec SQLite3]
Ligne 195: Ligne 195:
 <code user>​echo '​export PATH="​$PYENV_ROOT/​bin:​$PATH"'​ >> ~/​.bashrc</​code>​ <code user>​echo '​export PATH="​$PYENV_ROOT/​bin:​$PATH"'​ >> ~/​.bashrc</​code>​
 <code user>​echo 'eval "​$(pyenv init -)"'​ >> ~/​.bashrc</​code>​ <code user>​echo 'eval "​$(pyenv init -)"'​ >> ~/​.bashrc</​code>​
 +<code user>​exec $SHELL</​code>​
 +<code user>​pyenv</​code>​
 +<code retour>​pyenv 20151124-16-g132179d
 +Usage: pyenv <​command>​ [<​args>​]
 +
 +Some useful pyenv commands are:
 +   ​commands ​   List all available pyenv commands
 +   ​local ​      Set or show the local application-specific Python version
 +   ​global ​     Set or show the global Python version
 +   ​shell ​      Set or show the shell-specific Python version
 +   ​install ​    ​Install a Python version using python-build
 +   ​uninstall ​  ​Uninstall a specific Python version
 +   ​rehash ​     Rehash pyenv shims (run this after installing executables)
 +   ​version ​    Show the current Python version and its origin
 +   ​versions ​   List all Python versions available to pyenv
 +   ​which ​      ​Display the full path to an executable
 +   ​whence ​     List all Python versions that contain the given executable
 +
 +See `pyenv help <​command>'​ for information on a specific command.
 +For full documentation,​ see: https://​github.com/​yyuu/​pyenv#​readme</​code>​
 +<code user>​pyenv install 2.7.9</​code>​
 +<code user>​pyenv install 3.4.3</​code>​
 <code user></​code>​ <code user></​code>​
 <code user></​code>​ <code user></​code>​
Ligne 201: Ligne 223:
 <code user></​code>​ <code user></​code>​
 <code user></​code>​ <code user></​code>​
 +<code user></​code>​
 +
 +
 ==== Installer Django dans un environnement python virtuel ==== ==== Installer Django dans un environnement python virtuel ====
  
utilisateurs/hypathie/tutos/developpement-pyhon-utiliser-django.txt · Dernière modification: 06/01/2016 10:18 par Hypathie

Pied de page des forums

Propulsé par FluxBB