You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running komodoenv-update when ert reports that your komodoenv is out of date, the commandline prompt showing the komodoversion is not updated. Is it possible that this is also done to be in sync with the komodoenv version that is used?
The text was updated successfully, but these errors were encountered:
oddvarlia
changed the title
Can komodoenv-update also update the promt on the command line
Can komodoenv-update also update the prompt on the command line
Oct 22, 2021
I imagine the only way to achieve this is to have an alias like the following:
functionkomodoenv-update {
# Do the updating$KOMODO_PATH/root/bin/komodoenv-update
# Refresh the sourcesource$KOMODO_PATH/enable
}
But this would immediately fail when activating a non-komodoenv environment, since it wouldn't know about this komodoenv-update bash function. Perhaps it's worth it still?
When running komodoenv-update when ert reports that your komodoenv is out of date, the commandline prompt showing the komodoversion is not updated. Is it possible that this is also done to be in sync with the komodoenv version that is used?
The text was updated successfully, but these errors were encountered: