Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
cxwx
Root
Commits
ba29b3e8
Commit
ba29b3e8
authored
8 years ago
by
Pere Mato Vila
Browse files
Options
Downloads
Patches
Plain Diff
Added JUPYTER_PATH to thisroot.[c]sh
parent
d54fb506
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/thisroot.csh
+14
-0
14 additions, 0 deletions
config/thisroot.csh
config/thisroot.sh
+10
-0
10 additions, 0 deletions
config/thisroot.sh
with
24 additions
and
0 deletions
config/thisroot.csh
+
14
−
0
View file @
ba29b3e8
...
@@ -111,6 +111,14 @@ if ($?old_rootsys) then
...
@@ -111,6 +111,14 @@ if ($?old_rootsys) then
-e "s;${old_rootsys}:;;g" \
-e "s;${old_rootsys}:;;g" \
-e "s;${old_rootsys};;g"`
-e "s;${old_rootsys};;g"`
endif
endif
if ($?JUPYTER_PATH) then
setenv JUPYTER_PATH `echo $JUPYTER_PATH | \
sed -e "s;:$old_rootsys/etc/notebook:;:;g" \
-e "s;:$old_rootsys/etc/notebook;;g" \
-e "s;$old_rootsys/etc/notebook:;;g" \
-e "s;$old_rootsys/etc/notebook;;g"`
endif
endif
endif
...
@@ -169,6 +177,12 @@ else
...
@@ -169,6 +177,12 @@ else
setenv CMAKE_PREFIX_PATH ${ROOTSYS}
setenv CMAKE_PREFIX_PATH ${ROOTSYS}
endif
endif
if ($?JUPYTER_PATH) then
setenv JUPYTER_PATH ${ROOTSYS}/etc/notebook:$JUPYTER_PATH
else
setenv JUPYTER_PATH ${ROOTSYS}/etc/notebook
endif
endif # if ("$thisroot" != "")
endif # if ("$thisroot" != "")
set thisroot=
set thisroot=
...
...
This diff is collapsed.
Click to expand it.
config/thisroot.sh
+
10
−
0
View file @
ba29b3e8
...
@@ -77,6 +77,11 @@ if [ -n "${old_rootsys}" ] ; then
...
@@ -77,6 +77,11 @@ if [ -n "${old_rootsys}" ] ; then
drop_from_path
$CMAKE_PREFIX_PATH
${
old_rootsys
}
drop_from_path
$CMAKE_PREFIX_PATH
${
old_rootsys
}
CMAKE_PREFIX_PATH
=
$newpath
CMAKE_PREFIX_PATH
=
$newpath
fi
fi
if
[
-n
"
${
JUPYTER_PATH
}
"
]
;
then
drop_from_path
$JUPYTER_PATH
${
old_rootsys
}
/etc/notebook
JUPYTER_PATH
=
$newpath
fi
fi
fi
if
[
-z
"
${
MANPATH
}
"
]
;
then
if
[
-z
"
${
MANPATH
}
"
]
;
then
...
@@ -136,6 +141,11 @@ else
...
@@ -136,6 +141,11 @@ else
CMAKE_PREFIX_PATH
=
$ROOTSYS
:
$CMAKE_PREFIX_PATH
;
export
CMAKE_PREFIX_PATH
CMAKE_PREFIX_PATH
=
$ROOTSYS
:
$CMAKE_PREFIX_PATH
;
export
CMAKE_PREFIX_PATH
fi
fi
if
[
-z
"
${
JUPYTER_PATH
}
"
]
;
then
JUPYTER_PATH
=
$ROOTSYS
/etc/notebook
;
export
JUPYTER_PATH
# Linux, ELF HP-UX
else
JUPYTER_PATH
=
$ROOTSYS
/etc/notebook:
$JUPYTER_PATH
;
export
JUPYTER_PATH
fi
if
[
"x
`
root-config
--arch
|
grep
-v
win32gcc |
grep
-i
win32
`
"
!=
"x"
]
;
then
if
[
"x
`
root-config
--arch
|
grep
-v
win32gcc |
grep
-i
win32
`
"
!=
"x"
]
;
then
ROOTSYS
=
"
`
cygpath
-w
$ROOTSYS
`
"
ROOTSYS
=
"
`
cygpath
-w
$ROOTSYS
`
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment