Skip to content

This is a prototype to install coala bears in all the platforms using conda as the package manager. Here, I try and install dartsdk which has dartanalyzer (a dependency required for dartLint bear).

Notifications You must be signed in to change notification settings

vijeth-aradhya/conda-install-bears

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

conda-install-bears

This is a prototype to install coala bears in all the platforms using conda as the package manager. Here, I try and install dartsdk which has dartanalyzer (a dependency required for dartLint bear).

Sources and further discussion

The current installation scripts depend on existing package managers.

  • Chocolatey (for Windows)
  • Brew (for Mac OS)
  • APT (for Linux)

The installation for Windows and Mac is quite straightforward and it can be incorporated in DistributionRequirement. But for Linux, it seems we need a conda package which does the installation for us and the installation is not straightforward with APT.

So, the design for installation of such dependencies should be further discussed.

References

https://conda.io/docs/build_tutorials/pkgs2.html

About

This is a prototype to install coala bears in all the platforms using conda as the package manager. Here, I try and install dartsdk which has dartanalyzer (a dependency required for dartLint bear).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published