长生不老药:通过asdf安装时找不到命令

时间:2019-03-28 07:06:34

标签: elixir appveyor

我正在尝试使用AppVeyor为写为Erlang / OTP应用程序的custom RabbitMQ Plugin设置CI / CD管道。为此,我使用了the Linux base image,但是我必须安装很多依赖项。

主要问题是安装正确版本的Elixir

即使我使用ASDF安装了Elixir,并调整了Ext.application({ name: 'Fiddle', requires:[ 'Ext.calendar.panel.Panel', 'Ext.calendar.EventBase', 'Ext.calendar.Event', 'Ext.calendar.AbstractList', 'Ext.calendar.List' ], launch: function () { Ext.create('Ext.calendar.panel.Panel', { width: 800, height: 500, views: { day: { startTime: 6, endTime: 22, scrollable: 'y', }, week: { scrollable: 'y' }, workweek: { xtype: 'calendar-week', scrollable: 'y', controlStoreRange: false, titleTpl: '{start:date("j M")} - {end:date("j M")}', label: 'Work Week', weight: 15, dayHeaderFormat: 'D d', firstDayOfWeek: 1, visibleDays: 5 } }, timezoneOffset: 0, store: { autoLoad: true, eventStoreDefaults: { prefetchMode: 'week', type: 'calendar-events', proxy: { type: 'ajax', url: 'events.json', reader: { type: 'json', rootProperty: 'Data' } } }, proxy1: { type: 'ajax', url: 'calendars.json', reader: { type: 'json', rootProerty: 'Data' } } }, renderTo: Ext.getBody() }); } }); 环境变量,在构建过程中仍然找不到该命令。

这里是extract from the log

PATH

0 个答案:

没有答案