Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb Core Software
LbEnvBootstrap
Commits
ec09b576
Commit
ec09b576
authored
May 09, 2019
by
Ben Couturier
Browse files
Set VIRTUAL_ENV_DISABLE_PROMPT in global CERN environment
parent
3600e0ae
Pipeline
#850752
passed with stages
in 1 minute and 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/etc/cern_profile.d/cern_env.csh
View file @
ec09b576
...
...
@@ -36,3 +36,6 @@ setenv STAGE_HOST castorlhcb.cern.ch
# LHCb Emacs mode
setenv EMACSDIR /cvmfs/lhcb.cern.ch/lib/lhcb/TOOLS/Tools/Emacs/pro
# Make sure virtualenv does not overwrite your prompt
setenv VIRTUAL_ENV_DISABLE_PROMPT 1
data/etc/cern_profile.d/cern_env.sh
View file @
ec09b576
...
...
@@ -36,3 +36,7 @@ export STAGE_HOST=castorlhcb.cern.ch
# LHCb Emacs mode
export
EMACSDIR
=
/cvmfs/lhcb.cern.ch/lib/lhcb/TOOLS/Tools/Emacs/pro
# Make sure virtualenv does not overwrite your prompt
export
VIRTUAL_ENV_DISABLE_PROMPT
=
1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment