Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Schorb
VolumeAlign
Commits
1be71864
Commit
1be71864
authored
Nov 23, 2021
by
Martin Schorb
Browse files
fix paths to launchers
parent
c91fa656
Pipeline
#27292
passed with stage
in 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dash/utils/setup_py_environment.sh
View file @
1be71864
#!/bin/bash
conda_init
=
`
./pyvar.sh ../
dash/
params.py conda_dir
`
"/etc/profile.d/conda.sh"
conda_init
=
`
./
utils/
pyvar.sh ../params.py conda_dir
`
"/etc/profile.d/conda.sh"
source
$conda_init
conda init bash
>
/dev/null
...
...
@@ -12,7 +12,7 @@ conda activate render
# path to excecutables and python client scripts
rendermodules_dir
=
`
./pyvar.sh ../
dash/
params.py rendermodules_dir
`
rendermodules_dir
=
`
./
utils/
pyvar.sh ../params.py rendermodules_dir
`
# echo $rendermodules_dir
...
...
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