This repository was archived by the owner on Mar 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,15 @@ installation will not interfere with any existing Python software::
1919 $ python3 -m venv /path/to/venv
2020 $ source /path/to/venv/bin/activate
2121
22+ .. note ::
23+
24+ You may wish to deactivate any existing virual environments before sourcing the new
25+ environment. Deactivation can be performed by executing:
26+
27+ - :code: `conda deactivate ` for conda
28+ - :code: `deactivate ` for venv or virtualenv
29+ - :code: `exit ` for pipenv
30+
2231
2332Installing the library
2433----------------------
Original file line number Diff line number Diff line change @@ -24,6 +24,15 @@ pip to install packages in a virtual environment::
2424 source .venv/bin/activate
2525 pip install -e .[dev]
2626
27+ .. note ::
28+
29+ You may wish to deactivate any existing virual environments before sourcing the new
30+ environment. Deactivation can be performed by executing:
31+
32+ - :code: `conda deactivate ` for conda
33+ - :code: `deactivate ` for venv or virtualenv
34+ - :code: `exit ` for pipenv
35+
2736You can then run any entry points declared in setup.cfg e.g.::
2837
2938 python3-pip-skeleton --version
You can’t perform that action at this time.
0 commit comments