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

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.

主站蜘蛛池模板: 友谊县| 南溪县| 萨迦县| 无极县| 晋宁县| 谷城县| 揭西县| 济源市| 洪洞县| 女性| 水富县| 兖州市| 招远市| 武安市| 古浪县| 鹤岗市| 仁化县| 白河县| 康平县| 五大连池市| 秦安县| 正定县| 定陶县| 资中县| 湘潭市| 土默特左旗| 西乌珠穆沁旗| 衡阳市| 伊金霍洛旗| 建瓯市| 廊坊市| 大厂| 高唐县| 东丽区| 曲松县| 沙洋县| 屏山县| 奇台县| 尼木县| 增城市| 双辽市|