Julia packages are installed globally ("~/.julia/") instead specifically in the conda environment

101 views Asked by At

I have created a separate conda environment for julia, Initially I installed julia with conda-forge but with that i was unable to install IJulia because there is an error in compiling MbedTLS, so I looked around and found out to install julia with juliaups, and it worked. But the packages i install in julia while in the conda environment the packages are installed globally, as in "~/.julia/", I want them to be installed in the conda environment directory (like when i install julia via conda-forge, the packages i install are installed in the environment directory but i can't use conda-forge becouse of "MbedTLS" issue). Can anyone help me with this. Thanks"

I want the packages to be installed in the environment directory instead globally at the home directory

0

There are 0 answers