yhzhoucs / archive-book-downloader

A simple script to download borrowed books in Internet Archive
7 stars 1 forks source link

How would this work on GNU/Linux? #1

Open gnusupport opened 1 year ago

gnusupport commented 1 year ago

How would this work on GNU/Linux?

.\venv\Scripts\activate
yhzhoucs commented 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.