Difference between revisions of "Source (Bash build-in)"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{Draft}} == See also == * {{Bash}}")
 
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Draft}}
+
{{lowercase}}
 
+
[[wikipedia:Source]]
 +
* https://linux.die.net/man/1/source
  
 +
== Examples ==
 +
* <code>source ~/[[virtualenv]]/python3.8/bin/activate</code>
 +
* <code>source ~/my-new-virtualenv/bin/activate</code>
 +
* <code>source [[.venv/]]bin/[[activate]]</code>
  
 +
== Relate terms ==
 +
* [[Includes]]
 +
* <code>[[.bash_profile]]</code>
 +
* <code>[[compdef]]</code>
 +
* <code>[[source (shell built-in)]]</code>
  
 
== See also ==
 
== See also ==
 
* {{Bash}}
 
* {{Bash}}
 +
 +
 +
[[Category:Bash]]

Latest revision as of 10:30, 19 January 2024

Advertising: