LoginSignup
0
1

More than 5 years have passed since last update.

fishでvirtualenvを起動する

Last updated at Posted at 2019-01-26

virtualenv activeteをfishで

python3 -m venv myvenv
source myvenv/bin/activateとすると仮想環境が立ち上がり、シェル上にもカレントディレクトリ左に環境名(ここではmyvenv)が表示される

fishで実行したが立ち上がっていない感じ

myvenv/bin/の中身を確認してみると
activate.fishというfish用のファイルがある。
したがって以下で起動できる。
source myvenv/bin/activate.fish

環境

virtualenv v16
Virtualenv — virtualenv 16.3.0 documentation

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
0
1