Open gnusupport opened 1 year ago
If you use Linux, you can activate a virtual environment by typing this:
source <venv>/bin/activate
See https://docs.python.org/3/library/venv.html#how-venvs-work for details.
By the way, if the solution above doesn't work, you can just use the base environment without bothering to deal with virtual environments.
How would this work on GNU/Linux?