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

Fixed Anaconda installation

parent a6d0b64e
Branches
No related tags found
No related merge requests found
......@@ -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 bash -c 'FILE={}; ln -s $ANACONDA_DIR/lipbin/anaconda_wrapper.sh $ANACONDA_DIR/lipbin/$FILE; chmod +x $FILE' \;
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