pycon新發現之pipenv

2021-08-20 09:53:14 字數 1386 閱讀 8386

安裝

just use pip:

$ pip install pipenv
or, if you』re using ubuntu 17.10:

$ sudo apt install software-properties

-common python-software

-properties

$ sudo add-apt

-repository ppa:pypa/ppa

$ sudo apt update

$ sudo apt install pipenv

otherwise, if you』re on macos, you can install pipenv easily with homebrew:

$ brew install pipenv
使用

mkdir hello

cd hello

pipenv install requests

檢視命令

pipenv

進入shell

退出

顯示目錄環境

pipenv –where

檢查安全漏洞

pipenv –check

解除安裝所有包

pipenv uninstall – all

設定國內映象

利用不同版本建立環境

pipenv –two

pipenv –there

建立python2和python3

乙個好工具!

C 引用新發現

今天在 c primer plus 上學習模板的時候看到了這樣一段 簡化版 include include include include using namespace std template class pair template t1 pair first return a template...

Vue之建立元件及新發現

首先讓我們來認識一下什麼是元件,以及元件的作用。元件的出現,就是為了拆分vue例項的 量的,能夠讓我們以不同的元件,來劃分不同的功能模組,將來我們需要什麼樣的功能,就可以去呼叫對應的元件。元件化和模組化的不同 元件化 是從ui介面的角度進行劃分的 模組化,是從 邏輯的角度進行劃分的。元件可以分為全域...

AjaxPro新發現 四 拾零

錯誤處理 當ajax呼叫發生錯誤時,函式引數result會存在error屬性,通常通過這個屬性判斷是否出現錯誤.function ondivcomplete result 也可以使用預設處理函式,這樣就可以為錯誤處理提供統一的函式 ajaxpro.onerror function error 超時處...