Python Forum
Anaconda-install on MX-Linux Version 19.xy - but somehow got stuck
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Anaconda-install on MX-Linux Version 19.xy - but somehow got stuck
#1
hi there - good day dear pythonists and dear python-user,


well first of all: many many thanks for running this great forum here. I am glad to be here in this great community,
At the moment i have installed Anaconda. Well i have found some issues - and i am not 100% shure if it is the right sub-forum here - to adress these here - i just give it a try. If some mods find out that this needs another sub-forum - i apologize for being wrong. Plz set me straight.
Many thanks for all help in advance.


new to Anaconda - just installed it on MX-Linux: (MX-Linux Version 19.xy ) 

 just installed it on MX-Linux: (MX-Linux Version 19.xy )  - but somehow got stuck

 

- but i guess i got stuck somewhere in the middle 

 

see the output  ....[....snip / snap ] ..... 
  toolz              pkgs/main/noarch::toolz-0.10.0-py_0   tornado            pkgs/main/linux-64::tornado-6.0.3-py37h7b6447c_3   tqdm               pkgs/main/noarch::tqdm-4.42.1-py_0   traitlets          pkgs/main/linux-64::traitlets-4.3.3-py37_0   ujson              pkgs/main/linux-64::ujson-1.35-py37h14c3975_0   unicodecsv         pkgs/main/linux-64::unicodecsv-0.14.1-py37_0   unixodbc           pkgs/main/linux-64::unixodbc-2.3.7-h14c3975_0   urllib3            pkgs/main/linux-64::urllib3-1.25.8-py37_0   watchdog           pkgs/main/linux-64::watchdog-0.10.2-py37_0   wcwidth            pkgs/main/noarch::wcwidth-0.1.8-py_0   webencodings       pkgs/main/linux-64::webencodings-0.5.1-py37_1   werkzeug           pkgs/main/noarch::werkzeug-1.0.0-py_0   wheel              pkgs/main/linux-64::wheel-0.34.2-py37_0   widgetsnbextension pkgs/main/linux-64::widgetsnbextension-3.5.1-py37_0   wrapt              pkgs/main/linux-64::wrapt-1.11.2-py37h7b6447c_0   wurlitzer          pkgs/main/linux-64::wurlitzer-2.0.0-py37_0   xlrd               pkgs/main/linux-64::xlrd-1.2.0-py37_0   xlsxwriter         pkgs/main/noarch::xlsxwriter-1.2.7-py_0   xlwt               pkgs/main/linux-64::xlwt-1.3.0-py37_0   xmltodict          pkgs/main/noarch::xmltodict-0.12.0-py_0   xz                 pkgs/main/linux-64::xz-5.2.4-h14c3975_4   yaml               pkgs/main/linux-64::yaml-0.1.7-had09818_2   yapf               pkgs/main/noarch::yapf-0.28.0-py_0   zeromq             pkgs/main/linux-64::zeromq-4.3.1-he6710b0_3   zict               pkgs/main/noarch::zict-1.0.0-py_0   zipp               pkgs/main/noarch::zipp-2.2.0-py_0   zlib               pkgs/main/linux-64::zlib-1.2.11-h7b6447c_3   zstd               pkgs/main/linux-64::zstd-1.3.7-h0b5b093_0 Preparing transaction: done Executing transaction: done installation finished. Do you wish the installer to initialize Anaconda3 by running conda init? [yes|no] [no] >>> yes no change     /root/anaconda3/condabin/conda no change     /root/anaconda3/bin/conda no change     /root/anaconda3/bin/conda-env no change     /root/anaconda3/bin/activate no change     /root/anaconda3/bin/deactivate no change     /root/anaconda3/etc/profile.d/conda.sh no change     /root/anaconda3/etc/fish/conf.d/conda.fish no change     /root/anaconda3/shell/condabin/Conda.psm1 no change     /root/anaconda3/shell/condabin/conda-hook.ps1 no change     /root/anaconda3/lib/python3.7/site-packages/xontrib/conda.xsh no change     /root/anaconda3/etc/profile.d/conda.csh modified      /root/.bashrc	==> For changes to take effect, close and re-open your current shell. <==	If you'd prefer that conda's base environment not be activated on startup,     set the auto_activate_base parameter to false: 	conda config --set auto_activate_base false	Thank you for installing Anaconda3!	===========================================================================	Anaconda and JetBrains are working together to bring you Anaconda-powered environments tightly integrated in the PyCharm IDE.	PyCharm for Anaconda is available at: https://www.anaconda.com/pycharm root@mx:/home/martin/Downloads# 
end of output:


does this mean that i get the anaconda into the start-menu?

 

 

Look forward to hear from you 

 

regards 

 

apollo
Wordpress - super toolkits a. http://wpgear.org/ :: und b. https://github.com/miziomon/awesome-wordpress :: Awesome WordPress: A curated list of amazingly awesome WordPress resources and awesome python things https://github.com/vinta/awesome-python
Reply
#2
(May-04-2020, 10:42 AM)apollo Wrote: does this mean that i get the anaconda into the start-menu?
I guess not in most Distro's bye default.
There is an Anaconda Navigator that has menu.
$ source ~/anaconda3/bin/activate root $ anaconda-navigator
If navigator need install.

Get familiar with what's installed,of course conda is important to know about.
Anaconda also comes with pip so in many cases can use conda or pip to install.
I would advise to use conda first,if not in there Repo use pip.

Look at this post here using conda to make Virtual environment with the whole R-stack.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  What pip version should I install on Cygwin for jupyter-python39? Virgo_Concepts 2 512 Dec-03-2025, 05:01 AM
Last Post: mamta25
  Anaconda pip install mpyc Error pip-script.py is not present Anldra12 2 10,272 Dec-13-2021, 06:59 PM
Last Post: Anldra12
  Need to install an old version of matplotlib Pedroski55 3 7,559 Oct-02-2021, 07:36 AM
Last Post: buran
  Use different Anaconda environments on Linux Mint and Spyder StaLLoNe_CoBRa 0 2,868 Jan-20-2021, 03:12 AM
Last Post: StaLLoNe_CoBRa
  Cannot find Python installation folder when I install Anaconda bsbsbsbs 1 3,483 Jul-14-2020, 03:14 PM
Last Post: dgrunwal
  Python version on Linux whois1230 5 5,614 Apr-10-2020, 07:12 PM
Last Post: buran
  Unable to install python-wnck python-imaging on Void Linux linuxlight 1 4,543 Mar-08-2020, 03:53 AM
Last Post: Larz60+
  can't install package web in version python 3.7 a21250450 1 3,686 Mar-29-2019, 11:28 AM
Last Post: Larz60+
  Do I need to uninstall my current Python distribution (3.7) to install Anaconda? Tim 2 25,198 Jul-10-2018, 03:03 PM
Last Post: Tim
  How to install latest version of 'pygame' sylas 1 11,848 May-19-2018, 10:03 AM
Last Post: snippsat

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020
This forum uses Lukasz Tkacz MyBB addons.
Forum use Krzysztof "Supryk" Supryczynski addons.