Ask Your Question
4

Is it not possible to install an earlier version of Jinja2 using pip?

asked 2023-05-11 13:59:34 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-05-11 14:00:03 +0000

bukephalos gravatar image

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

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-11 13:59:34 +0000

Seen: 10 times

Last updated: May 11 '23