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
Model Data Explorer
Model Data Explorer Workspace
Commits
6d79bb45
Verified
Commit
6d79bb45
authored
Aug 23, 2021
by
Philipp Sebastian Sommer
Browse files
Minor fix
parent
d09c97e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/workspace/config/custom-cont-init.d/create_workspace.sh
View file @
6d79bb45
...
...
@@ -19,7 +19,7 @@ cd /config/workspace
if
[[
!
-d
venv
]]
;
then
echo
"**** setting up python ****"
PYTHON
=
python3.8 install.sh
PYTHON
=
python3.8
./
install.sh
else
echo
"**** python already setup. skipping ****"
fi
...
...
Write
Preview
Supports
Markdown
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