ContinuumIO / anaconda-package-data

Conda package download data
Creative Commons Attribution 4.0 International
98 stars 36 forks source link

Anaconda for Linux Mint #18

Closed boatjones closed 4 years ago

boatjones commented 4 years ago

Installing anaconda on a Linux Mint OS (a distro based on Ubuntu) runs into problems due to the missing keyword "linuxmint" in vscode.py when looking for the OS type. Presently, only "debian" and "ubuntu" are listed in this file for that branch of Linux distros using deb package managers. As a result, running anaconda-navigator fails absent this keyword.

The file supplied has the additions needed for Linux Mint. It runs perfectly. Location: ~/anaconda3/lib/python3.7/site-packages/anaconda_navigator/api/external_apps/vscode.py vscode.py.zip

seibert commented 4 years ago

Hi, this repo is for download data of Anaconda packages. To report issues with Anaconda itself, you should file an issue at: https://github.com/ContinuumIO/anaconda-issues

Thanks!