Jinja 安装 python
我不经常使用 Python,但现在我必须使用。我应该运行一个需要 Jinja 的 python sctipt。 Python2.7 安装在我的 Windows XP 上并且可以工作,但我找不到如何安装 inja 包。
有人愿意为我写一份分步安装指南吗?
我只需运行一次即可为我创建一些输出,所以我不想 tp ddep 深入其中,所以请。如果这是一个非常初级的问题,请原谅我。
谢谢
I don't use Python regularly, but now I have to. I should run a python sctipt that need Jinja. Python2.7 is installed on my Windows XP and works, but I can't find how to install inja package.
Would anybody be so kind to write me a step by step install guide for it?
I have to run this only once to create some outputs for me, so I don't want tp ddep dive into it, so pls. forgive me if it is a very beginner level question.
Thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
看看这个。您可以使用 setuptools 或 pip 安装 jinja。只需在 DOS 提示符中输入这些命令
,或者
您应该在 Windows 上将 easy_install.exe 与您的 python 捆绑在一起
希望这有帮助
have a look at this. You can use setuptools or pip to install jinja. Just enter those command into a DOS prompt
or
You should have easy_install.exe bundled with your python on windows
Hope this helps
有关更新(git路径)请参阅:http://jinja.pocoo .org/docs/dev/intro/
注意:jinja2 中的 jinja2 子目录已经包含了打包为 python 库的所有文件,并且已经准备好供您的 /usr/lib...
For updates (git path) see: http://jinja.pocoo.org/docs/dev/intro/
Note: The jinja2 subdirectory in jinja2 already includeds all the files packaged as a python library and is ready for your /usr/lib...
我需要安装 jinja2 作为 Ansible 的依赖项,并且不想使用 pip 或 pip3。安装 python-jinja2 包就可以了:
I needed to install jinja2 as a dependency for Ansible and didn't want to use pip or pip3. Installing python-jinja2 package did the trick: