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
c829e724
Commit
c829e724
authored
May 10, 2019
by
Marco Clemencic
Browse files
Merge branch '
LBCORE-1763
' into 'master'
Set VIRTUAL_ENV_DISABLE_PROMPT in global CERN environment See merge request
!11
parents
3600e0ae
ec09b576
Pipeline
#861457
passed with stages
in 1 minute and 47 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
data/etc/cern_profile.d/cern_env.csh
View file @
c829e724
...
...
@@ -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 @
c829e724
...
...
@@ -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