Topic/explicit python env
2 unresolved threads
2 unresolved threads
@nnrcschmdt I've done some small improvements:
- using "virtualenv" instead of "venv" in the Readme, to be consistent with all the other Readmes
- using an explicit Python version (3.8) für vitualenv, because "python3" uses whatever is available
- Updated the "init" script in "run.sh"
If you are fine with them would be great if you could merge. Thanks :)
Merge request reports
Activity
changed milestone to %Aura 0.9
37 37 38 38 Create a virtual environment where the dependencies will live:: 39 39 40 $ python3 -m venv python 40 $ virtualenv -p python3.8 python changed this line in version 2 of the diff
41 41 42 42 if [[ $mode == "init" ]]; then 43 43 echo "Creating Python VirtualEnvironment" 44 virtualenv -p python3.6 python 44 virtualenv -p python3.8 python changed this line in version 2 of the diff
mentioned in commit 3692e38f
Please register or sign in to reply