diff options
| author | Marcel Hellwig <keks@cookiesoft.de> | 2013-11-19 07:34:49 +0100 |
|---|---|---|
| committer | Marcel Hellwig <keks@cookiesoft.de> | 2013-11-19 07:34:49 +0100 |
| commit | e6fccfb783de52fa5a2e1f8f50dc0c4b75f04526 (patch) | |
| tree | 6d246da7821ab96d35bbab5014e744b38543cff6 /virtualenv_embedded/activate.fish | |
| parent | 2e5c64dbf612dff3934b6f9dd97ff223ee7fe287 (diff) | |
| download | virtualenv-e6fccfb783de52fa5a2e1f8f50dc0c4b75f04526.tar.gz | |
Update activate.fish
replaced . bin/activate.fish with source bin/activate.fish, because of this:
marcel@marcel ~> .
source: '.' command is deprecated, and doesn't work with STDIN anymore. Did you mean 'source' or './'?
(1) marcel@marcel ~>
Diffstat (limited to 'virtualenv_embedded/activate.fish')
| -rw-r--r-- | virtualenv_embedded/activate.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtualenv_embedded/activate.fish b/virtualenv_embedded/activate.fish index 395888d..eaa241d 100644 --- a/virtualenv_embedded/activate.fish +++ b/virtualenv_embedded/activate.fish @@ -1,4 +1,4 @@ -# This file must be used with ". bin/activate.fish" *from fish* (http://fishshell.com) +# This file must be used with "source bin/activate.fish" *from fish* (http://fishshell.com) # you cannot run it directly function deactivate -d "Exit virtualenv and return to normal shell environment" |
