Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Python Virtual Environments

Python Virtual Environments

Velice stručné seznámení s budoucností balíčkování a instalace v Pythonu, Pražské Pyvo, 2014-01-16

Petr Viktorin

January 15, 2014
Tweet

More Decks by Petr Viktorin

Other Decks in Programming

Transcript

  1. PEP 405: Python Virtual Environments Python 3.3 $ python -m

    venv ~/venvs/blabla $ pyvenv ~/venvs/blabla
  2. PEP 453: Explicit bootstrapping of pip in Python installations Python

    3.4 $ python -m ensurepip Nainstaluje pip Nesahá na inernet
  3. ? Petr Viktorin @encukou.cz [email protected] @encukou github.com/encukou Licence: Creative Commons

    Attribution-ShareAlike 3.0 http://creativecommons.org/licenses/by-sa/3.0/
  4. Zdroje & odkazy http://www.python.org/dev/peps/pep-0405/: Python Virtual Environments http://www.python.org/dev/peps/pep-0453/: Explicit bootstrapping

    of pip in Python installations http://www.python.org/dev/peps/pep-0427/: The Wheel Binary Package Format 1.0 http://www.python.org/dev/peps/pep-0425/: Compatibility Tags for Built Distributions http://docs.python.org/dev/library/ensurepip.html http://docs.python.org/dev/library/venv.html