on install, always activate virtualenv (#573)

This commit is contained in:
tamarrow
2016-04-13 14:57:03 -07:00
committed by José Armando García Sancio
parent 4a513f4492
commit 011a2ec3cc
4 changed files with 4 additions and 20 deletions

View File

@@ -179,8 +179,4 @@ case "$ADD_PATH" in
* ) prompt_add_dcos_path_to_profile "$VIRTUAL_ENV_PATH/bin";;
esac
if [ -z "$RC_NAME" ]; then
post_install_message "$ENV_SETUP"
else
post_install_message "~/$RC_NAME"
fi
post_install_message "$ENV_SETUP"

View File

@@ -179,8 +179,4 @@ case "$ADD_PATH" in
* ) prompt_add_dcos_path_to_profile "$VIRTUAL_ENV_PATH/bin";;
esac
if [ -z "$RC_NAME" ]; then
post_install_message "$ENV_SETUP"
else
post_install_message "~/$RC_NAME"
fi
post_install_message "$ENV_SETUP"

View File

@@ -147,8 +147,4 @@ case "$ADD_PATH" in
* ) prompt_add_dcos_path_to_profile "$VIRTUAL_ENV_PATH/bin";;
esac
if [ -z "$RC_NAME" ]; then
post_install_message "$ENV_SETUP"
else
post_install_message "~/$RC_NAME"
fi
post_install_message "$ENV_SETUP"

View File

@@ -148,8 +148,4 @@ case "$ADD_PATH" in
* ) prompt_add_dcos_path_to_profile "$VIRTUAL_ENV_PATH/bin";;
esac
if [ -z "$RC_NAME" ]; then
post_install_message "$ENV_SETUP"
else
post_install_message "~/$RC_NAME"
fi
post_install_message "$ENV_SETUP"