Merge ~pieq/checkbox-ng:mkvenv-fish-shell into checkbox-ng:master

Proposed by Pierre Equoy
Status: Needs review
Proposed branch: ~pieq/checkbox-ng:mkvenv-fish-shell
Merge into: checkbox-ng:master
Diff against target: 14 lines (+2/-1)
1 file modified
mk-venv (+2/-1)
Reviewer Review Type Date Requested Status
Checkbox Developers Pending
Review via email: mp+426281@code.launchpad.net

Description of the change

Just a little MR to add the required line to activate.fish, so people using fish shell can also use mk-venv to start hacking Checkbox

To post a comment you must log in.
Revision history for this message
Zygmunt Krynicki (zyga) :
Revision history for this message
Pierre Equoy (pieq) :

Unmerged commits

b27bdd1... by Pierre Equoy

mk-venv: Add support for fish shell

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/mk-venv b/mk-venv
2index 0a7e638..3b20c79 100755
3--- a/mk-venv
4+++ b/mk-venv
5@@ -17,8 +17,9 @@ pip install tqdm psutil
6
7 mkdir -p "$venv_path/share/plainbox-providers-1"
8 echo "export PROVIDERPATH=$venv_path/share/plainbox-providers-1" >> $venv_path/bin/activate
9+echo "set -gx PROVIDERPATH $venv_path/share/plainbox-providers-1" >> $venv_path/bin/activate.fish
10
11 echo "virtualenv with an empty provider database created at $venv_path"
12 echo "To activate your virtualenv run:"
13-echo "$ . $venv_path/bin/activate"
14+echo "$ source $venv_path/bin/activate"
15

Subscribers

People subscribed via source and target branches