To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
Welcome to Ubuntu 20.04.3 LTS (GNU/Linux 4.4.0-19041-Microsoft x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
System information as of Fri Jan 21 10:30:55 -03 2022
System load: 0.52
Usage of /home: unknown
Memory usage: 50%
Swap usage: 0%
Processes: 7
Users logged in: 0
IPv4 address for eth0: 192.168.0.3
IPv6 address for eth0: 2804:14c:578a:8659:48a:ec74:71a6:c148
IPv6 address for eth0: 2804:14c:578a:8659:201e:d2be:d574:7f5d
IPv6 address for eth0: 2804:14c:578a:8659:68e2:1ea1:a5b1:9f
IPv6 address for eth0: 2804:14c:578a:8659:882a:1c84:1592:aaf6
IPv6 address for eth0: 2804:14c:578a:8659:e45d:3415:fe75:c608
IPv4 address for eth1: 192.168.56.1
1 update can be applied immediately.
To see these additional updates run: apt list --upgradable
The list of available updates is more than a week old.
To check for new updates run: sudo apt update
This message is shown once a day. To disable it please create the
/home/kaio/.hushlogin file.
kaio@DESKTOP-G65ACUC:~$ cd datapipeline
kaio@DESKTOP-G65ACUC:~/datapipeline$ python3 -m venv
usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear] [--upgrade] [--without-pip]
[--prompt PROMPT]
ENV_DIR [ENV_DIR ...]
venv: error: the following arguments are required: ENV_DIR
kaio@DESKTOP-G65ACUC:~/datapipeline$ .env
Command '.env' not found, did you mean:
command 'env' from deb coreutils (8.30-3ubuntu2)
Try: sudo apt install <deb name>
kaio@DESKTOP-G65ACUC:~/datapipeline$ .env/bin/activate
-bash: .env/bin/activate: No such file or directory
kaio@DESKTOP-G65ACUC:~/datapipeline$ (pwd)/airflow
-bash: syntax error near unexpected token `/airflow'
kaio@DESKTOP-G65ACUC:~/datapipeline$ pip install apache-airflow==1.10.14
Command 'pip' not found, but can be installed with:
sudo apt install python3-pip
kaio@DESKTOP-G65ACUC:~/datapipeline$
Estou com esse erro na hora de começar a trabalhar com o ubuntu