Difference between revisions of ".venv/"
Jump to navigation
Jump to search
(3 intermediate revisions by 2 users not shown) | |||
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> | ||
− | + | /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
source .venv/bin/activate
/bin/bash: /Users/YOUR_USER/path/.venv: No such file or directory
See also[edit]
Advertising: