I've been installing (compiling from source and then make install
) python 2.7.12 since past few months on a few machines. After installation, I push the result of python -V
and pip -V
to a log file.
This has been going peachy on all of the AWS instances. I did this on my own machine, and running python -V
gave me the following output:
Python 2.7.12+
What does the +
symbol mean? I couldn't find any documentation for the same anywhere.