Brett Cannon on Nostr: FYI do **NOT** put your source code **inside** your #Python virtual environment. ...
FYI do **NOT** put your source code **inside** your #Python virtual environment. Editable installs are fine, but don't do something like `py -m venv some_env` and then put your code inside some_env as they canonical place to store it. Keep your virtual environment either as a subdirectory of your workspace or somewhere else entirely separate.
Pretend your virtual environment could be deleted at any moment if you need some guideline follow.
Published at
2023-09-11 22:12:56Event JSON
{
"id": "07dceb6d5a80e73f419646edb4583d51f2e9764e8c1e329b0a6a0c7823dcaad6",
"pubkey": "4b4002d3714d074cc31210e9e65088406e9f62154010da12c339d41b18b30f21",
"created_at": 1694470376,
"kind": 1,
"tags": [
[
"t",
"python"
],
[
"proxy",
"https://fosstodon.org/users/brettcannon/statuses/111048810600471465",
"activitypub"
]
],
"content": "FYI do **NOT** put your source code **inside** your #Python virtual environment. Editable installs are fine, but don't do something like `py -m venv some_env` and then put your code inside some_env as they canonical place to store it. Keep your virtual environment either as a subdirectory of your workspace or somewhere else entirely separate.\n\nPretend your virtual environment could be deleted at any moment if you need some guideline follow.",
"sig": "3f555efd7127a2e1a66243e0fcfffd5282b64ed1704439e33264d7e631b832b2c756dc7d2e26a2b251b36f053e2b1ce1e2aac13e46d0280fe85ab8f585a1d1f8"
}