mirror of
https://github.com/jbowdre/phpIPAM-for-vRA8.git
synced 2024-11-25 08:22:20 +00:00
37 lines
1 KiB
Tcsh
37 lines
1 KiB
Tcsh
|
# This file must be used with "source bin/activate.csh" *from csh*.
|
||
|
# You cannot run it directly.
|
||
|
# Created by Davide Di Blasi <davidedb@gmail.com>.
|
||
|
|
||
|
alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; test "\!:*" != "nondestructive" && unalias deactivate && unalias pydoc'
|
||
|
|
||
|
# Unset irrelevant variables.
|
||
|
deactivate nondestructive
|
||
|
|
||
|
setenv VIRTUAL_ENV "/home/jbowdre/projects/tango-ipam-sdk/venv_tango"
|
||
|
|
||
|
set _OLD_VIRTUAL_PATH="$PATH"
|
||
|
setenv PATH "$VIRTUAL_ENV/bin:$PATH"
|
||
|
|
||
|
|
||
|
|
||
|
if ("" != "") then
|
||
|
set env_name = ""
|
||
|
else
|
||
|
set env_name = `basename "$VIRTUAL_ENV"`
|
||
|
endif
|
||
|
|
||
|
# Could be in a non-interactive environment,
|
||
|
# in which case, $prompt is undefined and we wouldn't
|
||
|
# care about the prompt anyway.
|
||
|
if ( $?prompt ) then
|
||
|
set _OLD_VIRTUAL_PROMPT="$prompt"
|
||
|
set prompt = "[$env_name] $prompt"
|
||
|
endif
|
||
|
|
||
|
unset env_name
|
||
|
|
||
|
alias pydoc python -m pydoc
|
||
|
|
||
|
rehash
|
||
|
|