Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CTA-LAPP
PHOENIX_LIBS
PhoenixFileGenerator
Commits
05842083
Commit
05842083
authored
Aug 18, 2021
by
Pierre Aubert
Browse files
Take account conda environnement in install.sh
parent
9b1eda23
Pipeline
#136562
passed with stages
in 7 minutes and 8 seconds
Changes
1
Pipelines
36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
install.sh
install.sh
+11
-1
No files found.
install.sh
View file @
05842083
...
...
@@ -10,7 +10,17 @@ INSTALL_PREFIX="$1"
if
[
-z
"
$1
"
]
then
INSTALL_PREFIX
=
$HOME
/usr
if
[
-z
$CONDA_ENV_PATH
]
then
if
[
-z
$CONDA_PREFIX
]
then
INSTALL_PREFIX
=
"
$HOME
/usr"
else
INSTALL_PREFIX
=
$CONDA_PREFIX
fi
else
INSTALL_PREFIX
=
$CONDA_ENV_PATH
fi
fi
export
PATH
=
$INSTALL_PREFIX
/bin:
$PATH
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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