Ubuntu rcm
sudo apt install neovim python3-pynvim
conda python anaconda license
Kaa Mi. Posted on 2024-06-19. _Using Miniconda with Conda-Forge to Avoid Anaconda Licensing Issues_.
- Download and Install Miniconda.
-
Initialize Conda with
conda init
. -
Add Conda-Forge as the Default Channel.
conda config --remove channels defaults conda config --add channels conda-forge conda config --set channel_priority strict
-
Create a New Environment.
conda create -n vim-python python=3.12 conda activate vim-python conda config --show channels