Replies: 2 comments 2 replies
|
Hi Jiacheng Zhu, Thanks for the suggestion and I agree that this would provide additional flexibility. I hope you know we already do provide a solution to use your own python path / conda environment, although in this case you would have to install everything yourself. And then you would simply have to provide the python path you want to use to The miniconda was created to make it as easy as possible for everyone not familiar with conda environments and/or python paths. However, as mentioned earlier, providing your own conda environment would be an interesting intermediate solution. I think @mattobny has already been looking into that. Best, |
|
@IMJoeyZhu Hello! PR #549 on our development branch allows this behavior. This will be merged into Suite shortly. |
Uh oh!
There was an error while loading. Please reload this page.
Dear Giotto group,
Many thanks for developing this powerful and comprensive tool.
I noticed that
installGiottoEnvironment()function does not accept a specified conda path, even though I assigned theconda_pathto my own conda directory like this:I checked the script (python_environment.R) and found out that
installGiottoEnvironment()function keep redirecting theconda_pathto aminiconda_pathgenerated byreticulate::miniconda_path().So, I made a few changes to the script. All these codes in the scripts:
were replaced by:
Then I specify my own conda directory before conducting
installGiottoEnvironment()function:Finally, I got these messages, shown below, which illustrate that I successfully install the Giotto Environment to the specified conda path:
I hope this idea could provide some clue for other people facing the same problem as me.
Best regards,
Jiacheng Zhu
All reactions