H
H
Hello America2018-12-08 16:32:09
bash
Hello America, 2018-12-08 16:32:09

source command. How does it work and what is it for in Linux?

I do the activation of the Python virtual environment with the team
source bin/activate
It's embarrassing that I still don't understand why and for what, how does it all work? Can't refer to magic

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
pfg21, 2018-12-08
@websofter

are you talking about

[email protected]:~$ source --help
source: source файл [аргументы]
    Выполнение команд из файла в текущем командном процессоре.
    
    Читает и выполняет команды из указанного файла в текущем командном процессоре.   
    Файла ищется в каталогах, указанных в переменной $PATH.
    Если указаны аргументы, они становятся позиционными параметрами
    при выполнении файла.
    
    Состояние выхода:
    Возвращает состояние последней выполненной команды из файла. Возвращает ошибку,
    если файл не удаётся прочитать.

standard help prompts
$ command --help
$ man command
$ info command

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question