diff --git a/dist/bundle.js b/dist/bundle.js index 4cb49de..6c4aaa5 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -892,7 +892,7 @@ var Executable = function () { }, { key: 'searchPaths', get: function get() { - return ['/usr/local/Cellar/python*/*/bin', (0, _path.join)((0, _os.homedir)(), 'anaconda*', 'bin'), '/usr/local/bin', '/usr/bin/', (0, _path.join)((0, _os.homedir)(), 'miniconda*', 'bin'), '/Library/Frameworks/Python.framework/Versions/*/bin/', '/System/Library/Frameworks/Python.framework/Versions/*/bin/', '/Python*', '/Python*/Scripts', (0, _path.join)((0, _os.homedir)(), 'Python*'), (0, _path.join)((0, _os.homedir)(), 'Python*', 'Scripts')].map(_path.normalize); + return ['/usr/local/Cellar/python*/*/bin', (0, _path.join)((0, _os.homedir)(), '*conda*'), (0, _path.join)((0, _os.homedir)(), '*conda*', 'bin'), (0, _path.join)((0, _os.homedir)(), '*conda*', 'Scripts'), '/usr/local/bin', '/usr/bin/', '/Library/Frameworks/Python.framework/Versions/*/bin/', '/System/Library/Frameworks/Python.framework/Versions/*/bin/', '/*conda*', '/*conda*/bin', '/*conda*/Scripts', '/*ython*', '/*ython*/Scripts', (0, _path.join)((0, _os.homedir)(), '*ython*'), (0, _path.join)((0, _os.homedir)(), '*ython*', 'Scripts')].map(_path.normalize); } }, { key: 'searchExtensionsGlob', diff --git a/package.json b/package.json index f73c82d..fea8614 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcpyver", - "version": "0.0.4-beta.21", + "version": "0.0.4-beta.22", "description": "Easily detect all of the Python versions on your machine", "main": "dist/bundle.js", "scripts": {