root@69f1711a205e:/# vi
bash: vi: command not found
login into container with:
docker exec -it bash
and run:
apt-get update
apt-get install vim
root@69f1711a205e:/# vi
bash: vi: command not found
login into container with:
docker exec -it bash
and run:
apt-get update
apt-get install vim
Python Basics How to check the version of Python interpreter mac terminal
No comments:
Post a Comment