Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lipstick
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osak
lipstick
Commits
a6d0b64e
Commit
a6d0b64e
authored
11 years ago
by
Gustav Geier
Browse files
Options
Downloads
Patches
Plain Diff
Fixed wrong/broken stuff
parent
0636eb2e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Doku/anaconda.tex
+1
-1
1 addition, 1 deletion
Doku/anaconda.tex
scripts/linuxparty.sh
+2
-2
2 additions, 2 deletions
scripts/linuxparty.sh
with
3 additions
and
3 deletions
Doku/anaconda.tex
+
1
−
1
View file @
a6d0b64e
...
...
@@ -11,7 +11,7 @@ Aufzurufen im Terminal mit:
~
\texttt
{
git
conda
}
\texttt
{
conda
}
~
...
...
This diff is collapsed.
Click to expand it.
scripts/linuxparty.sh
+
2
−
2
View file @
a6d0b64e
...
...
@@ -350,7 +350,7 @@ install_anaconda() {
return
0
fi
$INSTALLER
-b
-p
"
$ANACONDA_DIR
"
bash
$INSTALLER
-b
-p
"
$ANACONDA_DIR
"
if
[
$?
-ne
0
]
;
then
err
"Der Anaconda-Installer hat versagt... ."
return
1
...
...
@@ -362,7 +362,7 @@ install_anaconda() {
cp
"
$HIVE_DIR
"
/anaconda/qt.conf
"
$ANACONDA_DIR
"
/bin
pushd
"
$ANACONDA_DIR
"
/bin
>
/dev/null
find
-type
f
-executable
-exec
ln
-s
$ANACONDA_DIR
/lipbin/anaconda_wrapper.sh
$ANACONDA_DIR
/lipbin/
{}
\;
find
-type
f
-executable
-exec
bash
-c
'FILE={};
ln -s $ANACONDA_DIR/lipbin/anaconda_wrapper.sh $ANACONDA_DIR/lipbin/
$FILE; chmod +x $FILE'
\;
popd
>
/dev/null
echo
"Registriere Anaconda in
\$
PATH"
...
...
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