On Mon, 29 Aug 2022 22:57:50 -0400, gene heskett
declaimed the following:
>Greetings all;
>
>The command to setup a venv, "python -m venv venv" has no man page that
>I have
>found.
>
https://docs.python.org/3/library/venv.html
--
Wulfraed Dennis Lee Bieber AF
On 8/30/22 06:52, Chris Angelico wrote:
On Tue, 30 Aug 2022 at 19:51, gene heskett wrote:
So I'm thinking of venv's named rock64prusa, and rock64ender5+, each with
"port#" on my local net. So chromium could have two tabs open, one to
localhost:5000 and one to localhost:5001, totally independent
On Tue, 30 Aug 2022 at 19:51, gene heskett wrote:
> So I'm thinking of venv's named rock64prusa, and rock64ender5+, each with
> "port#" on my local net. So chromium could have two tabs open, one to
> localhost:5000 and one to localhost:5001, totally independent of each other.
>
As I said, that ha
On 8/29/22 23:22, Chris Angelico wrote:
On Tue, 30 Aug 2022 at 12:59, gene heskett wrote:
But that might create another problem. how to differentiate the servers,
both of which
will want to use localhost:5000 to serve up their web pages we run
things with.
Suggested solutions?
This is nothing
On Tue, 30 Aug 2022 at 12:59, gene heskett wrote:
>
> But that might create another problem. how to differentiate the servers,
> both of which
> will want to use localhost:5000 to serve up their web pages we run
> things with.
>
> Suggested solutions?
This is nothing to do with venvs, so I'm fork
On Tue, 30 Aug 2022 at 12:59, gene heskett wrote:
>
> Greetings all;
>
> The command to setup a venv, "python -m venv venv" has no man page that
> I have
> found.
>
$ python3 -m venv --help
usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear]
[--upgrade] [--with
Greetings all;
The command to setup a venv, "python -m venv venv" has no man page that
I have
found.
So I'm guessing that one of the venv's is the name of the one being
created. Probably
argv(3) in c parlance.
What I am thinking about is setting up two venv's more or less named for
the pri