Difference between revisions of ".venv/"

From wikieduonline
Jump to navigation Jump to search
 
Line 1: Line 1:
 
<code>.venv</code> is a common name for the target directory for <code>[[python3 -m venv]]</code> command
 
<code>.venv</code> is a common name for the target directory for <code>[[python3 -m venv]]</code> command
  
*<code>[[source]] .venv/bin/activate</code>
+
* <code>[[source]] .venv/bin/activate</code>
 +
 
 +
/bin/bash: /Users/YOUR_USER/path/.venv: No such file or directory
  
  

Latest revision as of 12:34, 4 January 2022

.venv is a common name for the target directory for python3 -m venv command

/bin/bash: /Users/YOUR_USER/path/.venv: No such file or directory


See also[edit]

Advertising: