Python Virtualenv用法
June 27, 2019
简介
virtualenv就是用来为一个应用创建一套“隔离”的Python运行环境。
Share my bugs I met.
June 27, 2019
virtualenv就是用来为一个应用创建一套“隔离”的Python运行环境。
June 20, 2019
May 27, 2019
May 27, 2019
pyenv lets you easily switch between multiple versions of Python. It’s simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well.
May 26, 2019
Jekyll is a simple, extendable, static site generator. You give it text written in your favorite markup language and it churns through layouts to create a static website. Throughout that process you can tweak how you want the site URLs to look, what data gets displayed in the layout, and more.
May 26, 2019
Use rbenv to pick a Ruby version for your application and guarantee that your development environment matches production.