File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 43
43
44
44
" desktop-file-edit --set-key=Exec --set-value='atom %F' /app/share/applications/atom.desktop" ,
45
45
46
- " install -Dm644 io.atom.Atom.appdata.xml /app/share/appdata/io.atom.Atom.appdata.xml"
46
+ " install -Dm644 io.atom.Atom.appdata.xml /app/share/appdata/io.atom.Atom.appdata.xml" ,
47
+
48
+ " install pip3 /app/bin"
47
49
],
48
50
"cleanup" : [
49
51
" /share/lintian" ,
70
72
"type" : " script" ,
71
73
"dest-filename" : " apm" ,
72
74
"commands" : [
73
- " exec env ATOM_HOME=\" $XDG_DATA_HOME\" /app/bin/apm-real \" $@\" "
75
+ " export ATOM_HOME=\" $XDG_DATA_HOME\" " ,
76
+ " export PYTHONUSERBASE=\" $XDG_DATA_HOME/python\" " ,
77
+ " export PATH=\" $XDG_DATA_HOME/python/bin\" :$PATH" ,
78
+ " exec /app/bin/apm-real \" $@\" "
79
+ ]
80
+ },
81
+ {
82
+ "type" : " script" ,
83
+ "dest-filename" : " pip3" ,
84
+ "commands" : [
85
+ " export PYTHONUSERBASE=\" $XDG_DATA_HOME/python\" " ,
86
+ " exec /usr/bin/pip3 \" $@\" "
74
87
]
75
88
}
76
89
],
You can’t perform that action at this time.
0 commit comments