Why not login to Qiita and try out its useful features?

We'll deliver articles that match you.

You can read useful information later.

0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

pipenvでPython3環境を使用する

Posted at

pipenvについて自分用にメモ。

インストール

pip install --user pipenv

Python3環境の設定

プロジェクト毎に実行。

pipenv --three

仮想環境の使用

pipenv shell

この状態で、

pipenv install 〇〇

みたいにすると,pipfileに追加される。

すでに設定ファイルがある場合は、

pipenv install

で、pipfile内のライブラリがインストールされる。

ライブラリのアンインストールは、

pipenv uninstall 〇〇

pipenv環境から出る場合は、

exit

でOK。

こんなところですかね。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

Comments

No comments

Let's comment your feelings that are more than good

Qiita Advent Calendar is held!

Qiita Advent Calendar is an article posting event where you post articles by filling a calendar 🎅

Some calendars come with gifts and some gifts are drawn from all calendars 👀

Please tie the article to your calendar and let's enjoy Christmas together!

0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Login to continue?

Login or Sign up with social account

Login or Sign up with your email address