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

Conda in Julia create new Environment inside an Environment directory, how to change it? #223

Open
glanzkaiser opened this issue Aug 4, 2022 · 0 comments

Comments

@glanzkaiser
Copy link

I am using Julia-1.7.3, I type this:

julia> ]

pkg> add Conda

julia> using Conda
julia> Conda.add("matplotlib", :nagienv)

Then I get this:

[ Info: Running conda create -y -p /home/browni/.julia/conda/3/envs/pyplot_env/envs/nagienv in root environment Collecting package metadata (current_repodata.json): done Solving environment: done

Before it was:
conda create -y -p /home/browni/.julia/conda/3/envs/nagienv

what should I do to change the target directory for new environment?

I try to set Python Env and build PyCall :

julia> ENV["PYTHON"] = "/home/browni/.julia/conda/3/bin/python3"
julia> using PyCall
julia> ]

pkg> build PyCall

it is still creating environment inside an environment directory. I just want a tidier folder structure. Thanks.

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

No branches or pull requests

1 participant