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
@dhsouthbend/instructors There have been a couple of complications while installing Python. I am going to leave it up to @acavender to explain the issues seen when installing on a Mac. As for on Windows @echristie111, @sarahloleet, I all had a similar error after installing Python regarding "environment activation."
As we work through these issues please comment on this issue with the problem and process to resolve. Thanks! Also, I have added a link to this issue on the python installation instructions.
The text was updated successfully, but these errors were encountered:
close and reopen bash/command line (so no longer within the call to activate Python)
then type this command conda info --envsfrom here you will see your conda environments and on the far right there is a single word name for your python environment that needs to be activated. In the following example you can see that the environment is called base.
then type the command conda activate followed by the word assigned as the name for your python environment. So in the above case conda activate base activated the appropriate environment.
For some reason even once I have activated Python via Windows Command Prompt I cannot seem to access it via Git Bash by simply typing python. @sarahloleet was able to get Python to run by typing python -i instead. So anytime I want to run python in git bash (versus in windows command prompt) I have to use python -i.
@dhsouthbend/instructors There have been a couple of complications while installing Python. I am going to leave it up to @acavender to explain the issues seen when installing on a Mac. As for on Windows @echristie111, @sarahloleet, I all had a similar error after installing Python regarding "environment activation."
As we work through these issues please comment on this issue with the problem and process to resolve. Thanks! Also, I have added a link to this issue on the python installation instructions.
The text was updated successfully, but these errors were encountered: