-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Problem with initialise.py #166
Comments
Hello, You can achieve this in multiple ways (as there are multiple package managers, and your computer is likely to have multiple interpreters installed already, at OS level). The "standard" way is with virutalenvironments, which are environments that you can activate and deactivate at will. They run in parallel to the python interpreter installed systemwide, and they enable you to keep the interpreter you use for the exercises (or any project) separate from the system environment. The reason why environments are so handy is that you may have different projects with different requirements not compatible between each others, and you may want to have the freedom of messing up with the environment without risks for the rest of the system. E.g.
To create a virualenvironment for just this project you have to:
|
Hey guys,
I was going to start doing a bunch of exercises about numpy and to start I had to run the first cell. I appears to be an error with that. I am new with github. I would be happy if you could help me :) Below, I sent the screenshot
The text was updated successfully, but these errors were encountered: