You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.1 KiB
Tcsh
43 lines
1.1 KiB
Tcsh
6 years ago
|
# 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>.
|
||
|
|
||
|
set newline='\
|
||
|
'
|
||
|
|
||
|
alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH:q" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT:q" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; test "\!:*" != "nondestructive" && unalias deactivate && unalias pydoc'
|
||
|
|
||
|
# Unset irrelevant variables.
|
||
|
deactivate nondestructive
|
||
|
|
||
|
setenv VIRTUAL_ENV "/home/angeliki/Documents/0918_PZI/0918_Grad/xpub_graduation/project/venv"
|
||
|
|
||
|
set _OLD_VIRTUAL_PATH="$PATH:q"
|
||
|
setenv PATH "$VIRTUAL_ENV:q/bin:$PATH:q"
|
||
|
|
||
|
|
||
|
|
||
|
if ("" != "") then
|
||
|
set env_name = ""
|
||
|
else
|
||
|
set env_name = "$VIRTUAL_ENV:t:q"
|
||
|
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:q"
|
||
|
if ( "$prompt:q" =~ *"$newline:q"* ) then
|
||
|
:
|
||
|
else
|
||
|
set prompt = "[$env_name:q] $prompt:q"
|
||
|
endif
|
||
|
endif
|
||
|
|
||
|
unset env_name
|
||
|
|
||
|
alias pydoc python -m pydoc
|
||
|
|
||
|
rehash
|