Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtualenv vs venv in installation instructions #5

Closed
KonradHoeffner opened this issue Dec 16, 2022 · 1 comment
Closed

virtualenv vs venv in installation instructions #5

KonradHoeffner opened this issue Dec 16, 2022 · 1 comment

Comments

@KonradHoeffner
Copy link

KonradHoeffner commented Dec 16, 2022

$ python3 -m virtualenv venv
/usr/bin/python3: No module named virtualenv

Either add pip install virtualenv to the docs or use -m venv instead if that is enough, as it is shipped by default with Python3.3+, see https://stackoverflow.com/questions/41573587/what-is-the-difference-between-venv-pyvenv-pyenv-virtualenv-virtualenvwrappe.

Part of the JOSS review openjournals/joss-reviews#5017.

@Ayuei
Copy link
Owner

Ayuei commented Jan 5, 2023

Hi, thanks for the issue. Looking at the differences, virtualenv isn't required over venv.

Fixed via 0248b43

@Ayuei Ayuei closed this as completed Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants