2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00

Added Env activation option note

On some systems the source command is not available. Use of "." should help
This commit is contained in:
42CrMo4 2021-03-19 10:16:02 +01:00 committed by GitHub
parent 16f876ac26
commit 336a566399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,6 +105,8 @@ python3 -m venv inventree-env
source inventree-env/bin/activate source inventree-env/bin/activate
``` ```
!!! If "source inventree-env/bin/activate" is not working try ". inventree-env/bin/activate"
!!! note "Virtual Environment on Windows" !!! note "Virtual Environment on Windows"
To create and activate a virtual environment in Windows, run the following commands: To create and activate a virtual environment in Windows, run the following commands:
``` ```