官术网_书友最值得收藏!

Setting up a virtual environment

A virtual environment is the way Python isolates full package environments from one another. This means you can easily manage dependencies. Imagine you want to define the minimum necessary packages for a project; a virtual environment would be perfect to let you test and export the list of needed packages. We will discuss it later on. Now, create a new terminal pressing Ctrl + Shift + T on your keyboard and create our hello world environment like this:

mkvirtualenv hello
pip install flask

The first line creates our environment with the name "hello". You will also automatically load that environment into the current terminal. You can deactivate your virtual environment by typing deactivate and you can load it again with the following command:

workon hello # substitute hello with the desired environment name if needed

The second line tells pip to install the Flask package in the current virtual environment, hello in this case.

主站蜘蛛池模板: 鹤山市| 囊谦县| 合作市| 环江| 天峻县| 五家渠市| 正定县| 怀仁县| 定兴县| 大埔区| 宾川县| 化州市| 商都县| 扎赉特旗| 舟曲县| 集安市| 时尚| 道孚县| 来宾市| 涞水县| 保山市| 祁门县| 湘乡市| 金华市| 普宁市| 育儿| 三门县| 聂荣县| 邹平县| 尖扎县| 文化| 竹山县| 吴旗县| 新乡县| 新津县| 龙胜| 阿克苏市| 车险| 辽宁省| 将乐县| 卢湾区|