$ sudo dpkg -i code_1.55.2-1618307277_amd64.deb |
$ chmod +x
Anaconda3-2020.11-Linux-x86_64.sh $ ./Anaconda3-2020.11-Linux-x86_64.sh Do you accept the license terms? [yes|no] [no]>>> yes Do you wish the installer to prepend the Anaconda3 install location to PATH in your /home/xxxxx/.bashrc ? [yes|no] [no]>>> yes Do you wish to proceed with the installation of Microsoft VSCode [yes|no] >>> no $ conda update conda $ conda update --all |
(base)hogehoge:~$
conda config --set auto_activate_base False |