No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

67 líneas
1.9KB

  1. # This file must be used with "source bin/activate" *from bash*
  2. # you cannot run it directly
  3. deactivate () {
  4. # reset old environment variables
  5. if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then
  6. PATH="${_OLD_VIRTUAL_PATH:-}"
  7. export PATH
  8. unset _OLD_VIRTUAL_PATH
  9. fi
  10. if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then
  11. PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}"
  12. export PYTHONHOME
  13. unset _OLD_VIRTUAL_PYTHONHOME
  14. fi
  15. # This should detect bash and zsh, which have a hash command that must
  16. # be called to get it to forget past commands. Without forgetting
  17. # past commands the $PATH changes we made may not be respected
  18. if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then
  19. hash -r 2> /dev/null
  20. fi
  21. if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then
  22. PS1="${_OLD_VIRTUAL_PS1:-}"
  23. export PS1
  24. unset _OLD_VIRTUAL_PS1
  25. fi
  26. unset VIRTUAL_ENV
  27. if [ ! "${1:-}" = "nondestructive" ] ; then
  28. # Self destruct!
  29. unset -f deactivate
  30. fi
  31. }
  32. # unset irrelevant variables
  33. deactivate nondestructive
  34. VIRTUAL_ENV="C:\Projects\OpenHome\venv"
  35. export VIRTUAL_ENV
  36. _OLD_VIRTUAL_PATH="$PATH"
  37. PATH="$VIRTUAL_ENV/Scripts:$PATH"
  38. export PATH
  39. # unset PYTHONHOME if set
  40. # this will fail if PYTHONHOME is set to the empty string (which is bad anyway)
  41. # could use `if (set -u; : $PYTHONHOME) ;` in bash
  42. if [ -n "${PYTHONHOME:-}" ] ; then
  43. _OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}"
  44. unset PYTHONHOME
  45. fi
  46. if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then
  47. _OLD_VIRTUAL_PS1="${PS1:-}"
  48. PS1="(venv) ${PS1:-}"
  49. export PS1
  50. fi
  51. # This should detect bash and zsh, which have a hash command that must
  52. # be called to get it to forget past commands. Without forgetting
  53. # past commands the $PATH changes we made may not be respected
  54. if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then
  55. hash -r 2> /dev/null
  56. fi