on install, always activate virtualenv (#573)
This commit is contained in:
committed by
José Armando García Sancio
parent
4a513f4492
commit
011a2ec3cc
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user