2019-04-01から1ヶ月間の記事一覧
Google で配布されているAndroid File Transferで転送できる。 Fire用のVLC for Fire、Chromecastで再生できる。
$ sudo apt-get install git $ git clone https://github.com/pyenv/pyenv.git ~/.pyenv export PYENV_ROOT=$HOME/.pyenv export PATH=${PYENV_ROOT}/bin:$PATH eval "$(pyenv init -)" $ sudo apt-get install gcc make $ sudo apt-get install libssl-dev …
VirtualBox Ubuntu 18.04 VirtualBox 上の Ubuntu に ssh でログインするために、openssh-server をインストール $ sudo apt-get install openssh-server Docker CE をインストール Get Docker CE for Ubuntu $ sudo apt-get install \ apt-transport-https …
macOS Mojave 10.14.4 Homebrew $ brew install pyenv .bash_profileの編集 $HOME/.bash_profile export PYENV_ROOT=$HOME/.pyenv export PATH=$(pyenv root)/shims:$PATH Pythonのインストール $ sudo installer \ -pkg /Library/Developer/CommandLineTool…