Skip to main content

Evaluate and display command line expressions with python -me expr

Project description

For example:

$ python -me 1 + 1
2

Like python -c but no need for a print. But wait, there’s more.

As a bonus, if the first argument is a module name then it will output the location of the module source code:

$ python -me os
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/os.py

If you follow the name of the module with a command then the module will be opened with that command. For example, the following will open the os module source in vim:

$ python -me os vim

The “e” module recognises the special command names “edit” and “view” which will result in it looking up your editor and viewer commands in the environment variables $EDITOR and $PAGER respectively. The latter defaults to “less”. This is slightly easier than writing, for example:

$ vim `python -me os`

… especially if you’re going back to edit a previous “python -me” command using line editing.

Also, “python -me help” is a shortcut to Python’s interactive help mechanism.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

e-1.4.3.tar.gz (1.8 kB view details)

Uploaded Source

File details

Details for the file e-1.4.3.tar.gz.

File metadata

  • Download URL: e-1.4.3.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for e-1.4.3.tar.gz
Algorithm Hash digest
SHA256 15c3b00d74086bbf33d23c78355101b8bd5430b54ff38b3037e4fd33de8764e0
MD5 8f58328ebf0bcef2581f19dd365ab921
BLAKE2b-256 94baebffef47403e22c83de79ce2264f3fcf19bf41801b62c63b1cba16a8cfc2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page