Bioinformatics/Misc (3) 썸네일형 리스트형 Android에서 Ubuntu 이용하기 이번에 태블릿 pc에서 rust+neovim 환경을 구성하려 termux로 시도했는데,Rust가 설치가 안되는 에러가 있었다. 이 경우에 검색을 하다가 termux에 ubuntu를 설치해서 Rust를 설정할 수 있었다. 1. termux 설치https://github.com/termux/termux-app GitHub - termux/termux-app: Termux - a terminal emulator application for Android OS extendible by variety of packages.Termux - a terminal emulator application for Android OS extendible by variety of packages. - termux/termux-.. Conda에 build 관련 패키지 설치 Conda env 내에서 `linker cc not found` 등의 오류가 뜰 경우 conda install -c anaconda gcc_linux-64 conda install -c conda-forge cmake conda install -c anaconda make conda install -c conda-forge cxx-compiler VS Code Rust Analyzer Server PATH 수정 1. VS code 에서 세팅 탭을 연다. (Ctrl + ,) 2. "rust env"를 검색. 3. Rust-analyzer > Server: Extra env 항목의 Edit in settings.json 클릭 4. 문서 편집기가 나오는데 여기서 "PATH" : "/home/ccc/software/bin:/usr/bin" 등으로 수정하면 됨. 예를 들어 서버에서 작업 중이고, Perl IPC:cmd 패키지가 필요한데 sudo 권한이 없어 conda에 깔아야 하는 상황이라고 가정해보자. conda create -n ruenv conda activate ruenv conda install -c bioconda perl-ipc-cmd -y echo $PATH 위 처럼 conda 환경의 PATH 변수 값을 .. 이전 1 다음