You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 02-working-with-environments, around the first time conda activate is run, it would be beneficial to demonstrate the effect of the command by something like:
run $ python (to get into the interactive Python editor)
*attempt to import a package so a ModuleNotFoundError appears
then run conda activate basic-scipy-env
now redo the import showing that the package now is there
This requires the package not to be installed in the base installation. Alternatively, different versions of Python can be used (the Python editor first shows which version is used).
The text was updated successfully, but these errors were encountered:
In
02-working-with-environments
, around the first timeconda activate
is run, it would be beneficial to demonstrate the effect of the command by something like:$ python
(to get into the interactive Python editor)*attempt to import a package so a
ModuleNotFoundError
appearsconda activate basic-scipy-env
This requires the package not to be installed in the base installation. Alternatively, different versions of Python can be used (the Python editor first shows which version is used).
The text was updated successfully, but these errors were encountered: