The activate script shipped with Canopy only works in bash shells. It essentially exports an environment variable VIRTUAL_ENV and modifies the PATH variable. The PS1 prompt is also modified if VIRTUAL_ENV_DISABLE_PROMPT is not set.
You could either make your own tcsh scripts to do the same, or use these open source scripts available on GitHub.
Comments