Skip to content
Snippets Groups Projects
Commit a6d0b64e authored by Gustav Geier's avatar Gustav Geier
Browse files

Fixed wrong/broken stuff

parent 0636eb2e
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ Aufzurufen im Terminal mit:
~
\texttt{git conda}
\texttt{conda}
~
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment