LoginSignup
0
0

More than 5 years have passed since last update.

Ubuntu だとcdの打ち方にコツが必要なことに今更気づいた

Last updated at Posted at 2019-04-22

AWS docsに従い、Windows Subsystemをインストールしました。(通称WSL)

あら?cdでディレクトリを指定しても開けない。。。なぜ?
権限変更とかやってみました。

うーん。。意味なし。。なんでだ?と思ったら場所が違うんですね~。師匠教えていただきありがとうございました。

参考にしたのはこちら↓
https://qiita.com/funafuna/items/c3bb78a546cf2605205d
勉強になりました。

nodejsのバージョンの仕方もついでにまとめときます

$ sudo apt-get update 必要に応じてパッケージをアップデートする
$ sudo apt-get install nodejs Node.js をインストールする
$ sudo apt-get install npm npm をインストールする
$ sudo update-alternatives --install /usr/bin/node node /usr/bin/nodejs 8.10

バージョン指定
https://www.trifields.jp/how-to-install-node-js-on-ubuntu1604-2680

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0