5
3

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 3 years have passed since last update.

VSCodeでgitbashを使えるようにした後venvを起動するための豆知識

Posted at

はじめに

この記事に従って、VSCode のターミナルを Git Bash に変更した。

いざvenvをactivateしようとターミナルから以下を実行しても、何も応答がないためググって対応した時のメモ

$ djangovenv/Scripts/activate

対応方法

以下のようにsourceをつければよい。

$ source djangovenv/Scripts/Activate

参考

5
3
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
5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?