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

Correcting the environment name, and this 2nd note is something that … #95

Merged
merged 1 commit into from
Nov 5, 2021
Merged

Conversation

adRn-s
Copy link
Contributor

@adRn-s adRn-s commented Nov 1, 2021

…I needed while following these docs.

or start a discussion over on [`Microbiome.jl`](https://github.com/BioJulia/Microbiome.jl/discussions/new).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Damnit - this should be .../EcoJulia/Microbiome.jl/discussions/new - my project-wide grep seems to have failed again. In this case, the link should still work because github redirects

you'll need to do this each time you load julia.
To get around this, you can modify you shell's `$PATH` variable,
or use [`direnv`](https://direnv.net) to set it on a per-directory basis.

Note 2: If following this docs you get ERROR: UndefVarError: Conda not defined` try installing and loading `Conda.jl
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 great

@@ -232,14 +232,16 @@ By default, `Conda.jl` puts environments into `~/.julia/conda/envs/<env name>/bi
which you can get with `Conda.bin_dir()`, so in this case, you'd next want to run

```@repl
ENV["PATH"] = ENV["PATH"] * ":" * Conda.bin_dir(:biobakery)
ENV["PATH"] = ENV["PATH"] * ":" * Conda.bin_dir(:BiobakeryUtils)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦 yes, good catch

@kescobo kescobo merged commit 15c491f into EcoJulia:main Nov 5, 2021
@adRn-s adRn-s deleted the patch-1 branch November 6, 2021 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants