Will Anaconda bash environment affect sudo apt install xxx path

Once Anaconda installed, the terminal will auto set with bash virtual environment, will Anaconda bash environment affect sudo apt install xxx path?

englianhu@Scibrokes-Trading:~$ conda activate
(base) englianhu@Scibrokes-Trading:~$ neofetch
            .-/+oossssoo+/-.               englianhu@Scibrokes-Trading 
        `:+ssssssssssssssssss+:`           --------------------------- 
      -+ssssssssssssssssssyyssss+-         OS: Ubuntu 20.04.4 LTS x86_64 
    .ossssssssssssssssssdMMMNysssso.       Host: 23-p080d 
   /ssssssssssshdmmNNmmyNMMMMhssssss/      Kernel: 5.13.0-39-generic 
  +ssssssssshmydMMMMMMMNddddyssssssss+     Uptime: 5 hours, 44 mins 
 /sssssssshNMMMyhhyyyyhmNMMMNhssssssss/    Packages: 7924 (dpkg), 24 (snap) 
.ssssssssdMMMNhsssssssssshNMMMdssssssss.   Shell: bash 5.0.17 
+sssshhhyNMMNyssssssssssssyNMMMysssssss+   Resolution: 1920x1080 
ossyNMMMNyMMhsssssssssssssshmmmhssssssso   DE: Plasma 
ossyNMMMNyMMhsssssssssssssshmmmhssssssso   WM: KWin 
+sssshhhyNMMNyssssssssssssyNMMMysssssss+   WM Theme: Sweet-Dark 
.ssssssssdMMMNhsssssssssshNMMMdssssssss.   Theme: Iridescent Lightly 3 [Plasma], Breeze [GTK2/3] 
 /sssssssshNMMMyhhyyyyhdNMMMNhssssssss/    Icons: BeautyLine [Plasma], BeautyLine [GTK2/3] 
  +sssssssssdmydMMMMMMMMddddyssssssss+     Terminal: konsole 
   /ssssssssssshdmNNNNmyNMMMMhssssss/      CPU: Intel i5-4590T (4) @ 3.000GHz 
    .ossssssssssssssssssdMMMNysssso.       GPU: NVIDIA GeForce 710M 
      -+sssssssssssssssssyyyssss+-         GPU: Intel HD Graphics 
        `:+ssssssssssssssssss+:`           Memory: 14417MiB / 15894MiB 
            .-/+oossssoo+/-.
                                                                   
                                                                   


(base) englianhu@Scibrokes-Trading:~$ R
/home/englianhu/anaconda3/lib/R/bin/exec/R: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory
(base) englianhu@Scibrokes-Trading:~$ lightshot
lightshot: command not found
(base) englianhu@Scibrokes-Trading:~$ chrome

Command 'chrome' not found, did you mean:

  command 'chroma' from deb chroma (0.7.1-1)

Try: sudo apt install <deb name>

(base) englianhu@Scibrokes-Trading:~$ google-chrome

(google-chrome:57114): Gtk-WARNING **: 20:21:17.557: Theme parsing error: colors.css:71:51: Expected ')' in color definition
libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
[57154:57154:0409/202118.122557:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
[57114:57114:0409/202118.197661:ERROR:object_proxy.cc(623)] Failed to call method: org.kde.KWallet.isEnabled: object_path= /modules/kwalletd5: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
[57114:57114:0409/202118.197689:ERROR:kwallet_dbus.cc(100)] Error contacting kwalletd5 (isEnabled)
[57114:57114:0409/202118.198926:ERROR:object_proxy.cc(623)] Failed to call method: org.kde.KLauncher.start_service_by_desktop_name: object_path= /KLauncher: org.freedesktop.DBus.Error.ServiceUnknown: The name org.kde.klauncher was not provided by any .service files
[57114:57114:0409/202118.198944:ERROR:kwallet_dbus.cc(72)] Error contacting klauncher to start kwalletd5
[57114:57114:0409/202118.275720:ERROR:object_proxy.cc(623)] Failed to call method: org.kde.KWallet.close: object_path= /modules/kwalletd5: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
[57114:57114:0409/202118.275743:ERROR:kwallet_dbus.cc(418)] Error contacting kwalletd5 (close)
Opening in existing browser session.
(base) englianhu@Scibrokes-Trading:~$ conda deactivate
englianhu@Scibrokes-Trading:~$ R

R version 4.1.3 (2022-03-10) -- "One Push-Up"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R是自由软件,不带任何担保。
在某些条件下你可以将其自由散布。
用'license()'或'licence()'来看散布的详细条件。

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

用'demo()'来看一些示范程序,用'help()'来阅读在线帮助文件,或
用'help.start()'通过HTML浏览器来看帮助文件。
用'q()'退出R.


✖ wifi | ✔ ethernet
#rsessions: 4
[原来保存的工作空间已还原]

✔ 
❯ q('no')
englianhu@Scibrokes-Trading:~$ 

以上测试了google-chrome和neofetch,证明一些应用还是可以调用,不过调用不到R语言编程和lightshot,所以假设一安装Linux🐧系统后就先安装Anaconda的话,估计许多所有应用都会安装在bash虚拟环境中,只是不晓得电脑操作会否受到影响,就是安装在虚拟环境的应用被调用、读取储存数据应用、系统和应用运行方面会否减速?目前正在自修学习金融高频量化交易中~

Try to test google-chrome and neofetch, prove that some applications can be called, but R programming and lighshot cannot be called. Lets assume that we install Aaconda once install Linux :penguin: OS, believed that most of applications and libraries will be install in bash virtual environment, just wonder if it will affect efficiency of read / write and computing or not? Currently self-studying HFT in financial market~