Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Walmes Marques Zeviani
linux-config
Commits
9b892497
Commit
9b892497
authored
4 years ago
by
Walmes Marques Zeviani
Browse files
Options
Downloads
Patches
Plain Diff
Improves anaconda installation.
parent
55c8cca8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
install_python_anaconda.sh
+5
-4
5 additions, 4 deletions
install_python_anaconda.sh
with
5 additions
and
4 deletions
install_python_anaconda.sh
+
5
−
4
View file @
9b892497
...
@@ -18,16 +18,17 @@ xdg-open https://www.anaconda.com/products/individual
...
@@ -18,16 +18,17 @@ xdg-open https://www.anaconda.com/products/individual
# Baixar a versão apropriada para seu sistema operacional.
# Baixar a versão apropriada para seu sistema operacional.
wget
\
wget
\
https://repo.anaconda.com/archive/Anaconda3-2021.05-Linux-x86_64.sh
\
-O
~/Downloads/Anaconda3.sh
\
-P
~/Downloads
https://repo.anaconda.com/archive/Anaconda3-2021.05-Linux-x86_64.sh
# mv -v Anaconda3.sh ~/Downloads/
# Verifica se diretório existe e remove.
# Verifica se diretório existe e remove.
# if [ -d ~/anaconda ]; then echo "oi"; fi
# if [ -d ~/anaconda ]; then echo "oi"; fi
[[
-d
~/anaconda/
]]
&&
rm
-rf
~/anaconda/
[[
-d
~/anaconda/
]]
&&
rm
-rf
~/anaconda/
# Executar o aquivo bash que faz a instalação na sua `home`.
# Executar o aquivo bash que faz a instalação na sua `home`.
ls
~/Downloads/
Anaconda3-2021.05-Linux-x86_64.sh
ls
~/Downloads/
sudo
bash ~/Downloads/Anaconda3
-2021.05-Linux-x86_64
.sh
-b
-p
~/anaconda
sudo
bash ~/Downloads/Anaconda3.sh
-b
-p
~/anaconda
# Incluir o diretório da Anaconda aos caminhos conhecidos.
# Incluir o diretório da Anaconda aos caminhos conhecidos.
# (find-file "~/.bashrc")
# (find-file "~/.bashrc")
...
...
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