Skip to content
Advertisement

Can I install julia on anaconda without creating new environment?

I am an Ubuntu user, I have anaconda py3, I want to install julia form conda-forge channel, but when installing it using the following

JavaScript

It tells me that some of the packages are gonna upgraded, I am afraid that it may cause a conflict with py3.

I know I can create an environment for julia using

JavaScript

but I want to know I there is any one know what it will cost to not create a separate environment for julia

Advertisement

Answer

I found I can, but firstly I need to add conda-forge to channels

JavaScript

In this way I don’t have to create a new environment, or cause any conflict between the default channel and conda-forge channel

Advertisement