Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
L
lipstick
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
osak
lipstick
Commits
a6d0b64e
Commit
a6d0b64e
authored
Apr 03, 2014
by
Gustav Geier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed wrong/broken stuff
parent
0636eb2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Doku/anaconda.tex
Doku/anaconda.tex
+1
-1
scripts/linuxparty.sh
scripts/linuxparty.sh
+2
-2
No files found.
Doku/anaconda.tex
View file @
a6d0b64e
...
...
@@ -11,7 +11,7 @@ Aufzurufen im Terminal mit:
~
\texttt
{
git
conda
}
\texttt
{
conda
}
~
...
...
scripts/linuxparty.sh
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"
...
...
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