Pex Installation On A Debian, Ubuntu, Raspbian And MacOS

Pex Installation On A Debian, Ubuntu, Raspbian And MacOS

pex

library for generating Python executable zip files

Install pex

  • Debian apt-get install pex Click to copy
  • Ubuntu apt-get install pex Click to copy
  • Raspbian apt-get install pex Click to copy
  • macOS brew install pex Click to copy

pex

library for generating Python executable zip files

pex is a library for generating .pex (Python EXecutable) files which are executable Python environments in the spirit of virtualenvs. pex is an expansion upon the ideas outlined in PEP 441 and makes the deployment of Python applications as simple as cp. pex files may even include multiple platform-specific Python distributions, meaning that a single pex file can be portable across Linux and OS X. pex files can be built using the pex tool. Build systems such as Pants and Buck also support building .pex files directly. This is the command line package.

Install the latest version of pex in Debian, Ubuntu, Raspbian and macOS from terminal. To install the pex just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of pex from the respository and install it in your computer/server.