We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using Julia-1.7.3, I type this:
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 :
it is still creating environment inside an environment directory. I just want a tidier folder structure. Thanks.
The text was updated successfully, but these errors were encountered: