Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Ensure virtual environments #41

Merged
merged 3 commits into from
Apr 17, 2024
Merged

Conversation

roxell
Copy link
Collaborator

@roxell roxell commented Apr 17, 2024

As python supports virtual environments, using /usr/bin/env python will make sure that your scripts runs inside the virtual environment, if you are inside one. Whereas, /usr/bin/python will run outside the virtual environment.

As python supports virtual environments, using /usr/bin/env python will
make sure that your scripts runs inside the virtual environment, if you
are inside one. Whereas, /usr/bin/python will run outside the virtual
environment.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
As python supports virtual environments, using /usr/bin/env python will
make sure that your scripts runs inside the virtual environment, if you
are inside one. Whereas, /usr/bin/python will run outside the virtual
environment.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
As python supports virtual environments, using /usr/bin/env python will
make sure that your scripts runs inside the virtual environment, if you
are inside one. Whereas, /usr/bin/python will run outside the virtual
environment.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
@chaws
Copy link
Collaborator

chaws commented Apr 17, 2024

LGTM!

@roxell roxell merged commit f4c653c into Linaro:master Apr 17, 2024
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants