Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxankey committed Aug 31, 2023
1 parent ee5dfe9 commit b3e15fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Below is the standard installation method that works most reliably. Note many pe
```

## OSX Notes
You may need to tell your system where the `Anaconda3/bin` folder is located manually. A method that worked is to create a text file named `.bash_profile` in your home directory, and add the line `export PATH="/path/to/Anaconda3/bin:$PATH"`, replacing `/path/to` with the appropriate path. Log out and back in, and the terminal should now "know about" `conda` and `pip`.
You may need to tell your system where Anaconda's `bin` folder is located manually. A method that worked is to create a text file named `.bash_profile` in your home directory, and add the line `export PATH="/path/to/Anaconda3/bin:$PATH"`, replacing `/path/to/Anaconda3` with the appropriate location of the `bin` folder. Log out and back in, and the terminal should now "know about" `conda` and `pip`.

## Creating and Activating a New Environment

Expand Down

0 comments on commit b3e15fa

Please sign in to comment.