![]() |
Anaconda-install on MX-Linux Version 19.xy - but somehow got stuck - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Anaconda-install on MX-Linux Version 19.xy - but somehow got stuck (/thread-26508.html) |
Anaconda-install on MX-Linux Version 19.xy - but somehow got stuck - apollo - May-04-2020 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 RE: Anaconda-install on MX-Linux Version 19.xy - but somehow got stuck - snippsat - May-04-2020 (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-navigatorIf 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.
|