Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, it is possible to install an earlier version of Jinja2 using pip. You just need to specify the version you want to install using the following command:

install Jinja2==<version>

Replace "<version>" with the version number you want to install. For example, if you want to install version 2.11.2, you would use the following command:

install Jinja2==2.11.2