Skip to content
Snippets Groups Projects

Topic/explicit python env

Merged David Trattnig requested to merge topic/explicit_python_env into master
2 unresolved threads
2 files
+ 7
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -37,7 +37,7 @@ Setting up the environment
@@ -37,7 +37,7 @@ Setting up the environment
Create a virtual environment where the dependencies will live::
Create a virtual environment where the dependencies will live::
$ python3 -m venv python
$ python3.8 -m venv python
$ source python/bin/activate
$ source python/bin/activate
(python)$
(python)$
Loading