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

Documentation for Contributing.md - Starting Virtual Environment Command Line Not Working #981

Open
andychen3 opened this issue Jun 3, 2023 · 0 comments

Comments

@andychen3
Copy link

Hi,

I noticed that the instructions on starting a virtual environment is not working and is different from what is shown in the youtube videos that were created to illustrate the set up process. Specifically this line of code:

$ virtualenv --python=python3 env

This code gives me an error when I run it in my terminal and a workaround was to use this command.

python3 -m venv env

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants