wget just downloads the file…
for python 2.7 :
wget https://repo.continuum.io/archive/Anaconda2-2018.12-Linux-x86_64.sh
for python3.X:
wget https://repo.continuum.io/archive/Anaconda3-2018.12-Linux-x86_64.sh
This is a shell script that guides you though the install.
Run the following line inside of the folder of the downloaded file to start the guided install…
for python 2.7:
bash Anaconda2-2018.12-Linux-x86_64.sh
for Python 3.X:
bash Anaconda3-2018.12-Linux-x86_64.sh
Check latest repos or if you want any specific version here: https://repo.continuum.io/archive/
Related Posts:
- pip not recognised as an internal or external command
- How do I update Anaconda?
- No module named ‘sklearn.cross_validation’
- Conda command not found
- How is Anaconda related to Python?
- difference between command prompt and anaconda prompt
- Conda command not found
- Confusion between Python and Anaconda
- Jupyter Notebook not saving: ‘_xsrf’ argument missing from post
- ‘Conda’ is not recognized as internal or external command
- Jupyter Notebook not saving: ‘_xsrf’ argument missing from post
- anaconda update all possible packages?
- ‘Conda’ is not recognized as internal or external command
- ModuleNotFoundError: No module named ‘sklearn’
- Anaconda vs. miniconda
- How to activate an Anaconda environment
- ModuleNotFoundError: No module named ‘sklearn’
- Conda uninstall one package and one package only
- anaconda – path environment variable in windows
- Python Pandas – Missing required dependencies [‘numpy’] 1
- How to upgrade pip3?
- Python equivalent of a given wget command
- How do I install Python OpenCV through Conda?
- How to remove anaconda from windows completely?
- How to upgrade pip3?
- How to run Conda?
- Trouble updating to Anaconda Navigator 1.10.0 (MacOS)
- How to activate virtualenv in Linux?
- What is the difference between Anaconda and Pycharm?
- How can I upgrade NumPy?
- Installing tensorflow with anaconda in windows
- Cannot uninstall Tensorflow
- anaconda/conda – install a specific package version
- how to update spyder on anaconda
- using pip3: module “importlib._bootstrap” has no attribute “SourceFileLoader”
- Using Pip to install packages to Anaconda Environment
- How can I rename a conda environment?
- boto3 client NoRegionError: You must specify a region error only sometimes
- Anaconda Navigator won’t launch (windows 10)
- Can’t open Jupyter notebook with Anaconda
- How to install xgboost in Anaconda Python (Windows platform)?
- ‘Jupyter’ is not recognized as an internal or external command
- How can I download Anaconda for python 3.6
- mysql_config not found when installing mysqldb python interface
- Import Error: No module named numpy Anaconda
- How to install pytorch in windows?
- Spyder Not Launching
- standard_init_linux.go:178: exec user process caused “exec format error”
- Distributed 1.21.8 requires msgpack, which is not installed
- ImportError: No module named ‘google’
- Anaconda / Python: Change Anaconda Prompt User Path
- Pycharm and sys.argv arguments
- Anaconda Installed but Cannot Launch Navigator
- Can’t find module cPickle using Python 3.5 and Anaconda
- Install Plotly in Anaconda
- Can’t update to numpy 1.13 with anaconda?
- RuntimeError: Invalid DISPLAY variable
- Conda command is not recognized on Windows 10
- Installation of pygame with Anaconda
- Installing opencv on Windows 10 with python 3.6 and anaconda 3.6
- Importing Pandas gives error AttributeError: module ‘pandas’ has no attribute ‘core’ in iPython Notebook
- How to install discord.py rewrite?
- pip throws TypeError: parse() got an unexpected keyword argument ‘transport_encoding’ when trying to install new packages
- How do I update a Python package?
- how to check which version of nltk, scikit learn installed?
- A very basic setting issue about spyder and anaconda for python
- Anaconda “failed to create process”
- Anaconda – UnsatisfiableError: The following specifications were found to be in conflict
- How to change python version in Anaconda?
- Cannot remove entries from nonexistent file
- How to check python anaconda version installed on Windows 10 PC?
- Package libffi was not found in the pkg-config search path REDHAT6.5
- numpy max vs amax vs maximum
- TypeError: ‘str’ object is not callable (Python)
- write() versus writelines() and concatenated strings
- Why is it string.join(list) instead of list.join(string)?
- Importing class from another file [duplicate]
- Pandas ‘count(distinct)’ equivalent
- How can I flush the output of the print function?
- Python calling method in class
- No module named pkg_resources
- Opening a .ipynb.txt File
- django:django.core.exceptions.AppRegistryNotReady: Apps aren’t loaded yet
- Replace and overwrite instead of appending
- module ‘pandas’ has no attribute ‘rolling_mean’
- ValueError: x and y must be the same size
- TypeError: ‘int’ object does not support item assignment
- Loading a file with more than one line of JSON into Pandas
- SystemError: new style getargs format but argument is not a tuple?
- ValueError: zero length field name in format in Python2.6.6
- Python NameError, variable ‘not defined’
- Cannot import cv2 in python in OSX
- Disable / Enable Button in TKinter
- Python: Pandas pd.read_excel giving ImportError: Install xlrd >= 0.9.0 for Excel support
- Installing scipy for python 2.7
- Installing MySQL-python causes command ‘clang’ failed with exit status 1 on Mac OS 10.13.15
- Get difference between two lists
- How to download a file via FTP with Python ftplib
- How do I restart a program based on user input?
- Python Pandas : pivot table with aggfunc = count unique distinct