Skip to content

Instantly share code, notes, and snippets.

@QGB
Created April 9, 2019 02:11
Show Gist options
  • Save QGB/4fcdb7fb0a29989b130b003f58149d27 to your computer and use it in GitHub Desktop.
Save QGB/4fcdb7fb0a29989b130b003f58149d27 to your computer and use it in GitHub Desktop.
Verifying : python36-libs-3.6.6-2.el7.x86_64 11/12
Verifying : python36-3.6.6-2.el7.x86_64 12/12
Installed:
python36-devel.x86_64 0:3.6.6-5.el7
Dependency Installed:
dwz.x86_64 0:0.11-3.el7 perl-srpm-macros.noarch 0:1-8.el7 python-rpm-macros.noarch 0:3-23.el7 python-srpm-macros.noarch 0:3-23.el7
python3-rpm-macros.noarch 0:3-23.el7 redhat-rpm-config.noarch 0:9.1.0-87.el7.centos zip.x86_64 0:3.0-11.el7
Dependency Updated:
python36.x86_64 0:3.6.6-5.el7 python36-libs.x86_64 0:3.6.6-5.el7
Complete!
/root 18:06:29#
/root 18:06:34#
/root 18:06:34# pip install conda
Collecting conda
Using cached https://files.pythonhosted.org/packages/74/4e/c533c3136427be62c38cc0e038cabf167bb54489c2ced2f6df903c456861/conda-4.3.16.tar.gz
Collecting pycosat>=0.6.1 (from conda)
Using cached https://files.pythonhosted.org/packages/c0/fd/e38d68774c0a345b0090d608a90f1fbf423970d812f7ec7aef9ac024e648/pycosat-0.6.3.zip
Requirement already satisfied: requests>=2.12.4 in /usr/local/lib/python3.6/site-packages (from conda) (2.21.0)
Collecting ruamel.yaml>=0.11.14 (from conda)
Using cached https://files.pythonhosted.org/packages/2a/e4/c29e64c0aa173cbb959d654982b5ed476a120f15ef75d5573ae60842eea1/ruamel.yaml-0.15.91-cp36-cp36m-manylinux1_x86_64.whl
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/site-packages (from requests>=2.12.4->conda) (2019.3.9)
Requirement already satisfied: idna<2.9,>=2.5 in /usr/local/lib/python3.6/site-packages (from requests>=2.12.4->conda) (2.8)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.6/site-packages (from requests>=2.12.4->conda) (3.0.4)
Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python3.6/site-packages (from requests>=2.12.4->conda) (1.24.1)
Installing collected packages: pycosat, ruamel.yaml, conda
Running setup.py install for pycosat ... done
Running setup.py install for conda ... done
Successfully installed conda-4.3.16 pycosat-0.6.3 ruamel.yaml-0.15.91
/root 18:06:50#
/root 18:06:51#
/root 18:06:51# conda installconda install
ERROR: The install method you used for conda--probably either `pip install conda`
or `easy_install conda`--is not compatible with using conda as an application.
If your intention is to install conda as a standalone application, currently
supported install methods include the Anaconda installer and the miniconda
installer. You can download the miniconda installer from
https://conda.io/miniconda.html.
/root 18:07:11# conda installconda install --help
ERROR: The install method you used for conda--probably either `pip install conda`
or `easy_install conda`--is not compatible with using conda as an application.
If your intention is to install conda as a standalone application, currently
supported install methods include the Anaconda installer and the miniconda
installer. You can download the miniconda installer from
https://conda.io/miniconda.html.
/root 18:07:17#
@QGB
Copy link
Author

QGB commented Apr 11, 2019

conda deactivate

(base) root@ubuntu:/qshell# deactivate
DeprecationWarning: 'source deactivate' is deprecated. Use 'conda deactivate'.
(base) root@ubuntu:
/qshell#
(base) root@ubuntu:/qshell# conda deactivate
root@ubuntu:
/qshell#
root@ubuntu:~/qshell#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment