Enable SSH connection to Ubuntu server
I note how to install a package to enable SSH connection on Ubuntu 22.04 and how to connect.
Create bootable USB of Ubuntu 22.04
To install Ubuntu 22.04 on an unused PC, I created a bootable USB.
The way to install Ubuntu 22.04
Install Ubuntu to the PC using the created Ubuntu bootable USB.
Build environment with pyenv, miniconda & conda-forge
When I tried to run a python in the environment using pyenv and miniconda, it didn't work because it pointed to the wrong package.
The way to uninstall Miniconda
I tried to uninstall Miniconda 3 and reinstall it with pyenv, but I failed because some configuration remained.
On macOS, you can use the virtual environment of the different OS using Multipass.
Rust のパッケージは Cargo.toml で管理されていますが,npm のように install コマンドで全てのパッケージが簡単に更新できるような感じではないようです.
macOS に LaTeX をインストールするときは MacTeX を利用することが推奨されていますが,一度インストールすると完全にアンインストールすることは難しいんだとか.MacTeX を利用するメリットの一つとして,LaTeX 関連の便利なソフトが一緒にインストールされるというのはありますが,どれも使う予定がないのであれば TeX Live をインストールするのみでも良いです.
M1 Mac mini では Docker イメージが利用できなかったため,Windows 10 で動いている VirtualBox 上の Ubuntu に macOS からポートフォワーディングで操作して利用できる環境を作りたいと思います.
VSCodeやPyCharmでパッケージがインポートされていないというようなエラーが出るときにはインタプリタがうまく設定できていない可能性があります.