Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
23a4bdfe
Commit
23a4bdfe
authored
Sep 13, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: improve pycharm (ALT bug 43613)
parent
d05db50b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
9 deletions
+17
-9
TODO
TODO
+6
-0
pycharm.sh
play.d/pycharm.sh
+2
-4
pycharm-community.sh
repack.d/pycharm-community.sh
+9
-5
No files found.
TODO
View file @
23a4bdfe
На сайт: eepm.ru
как устанавливать
https://losst.ru/ustanovka-wps-office-v-ubuntu-20-04
Сделать поддержку внешних команд?
Пробовать локальный кэш — каталог, откуда брать пакеты для epm play, а не скачивать. Что-то подобное на ecryptmgr. Установка 1С и другого проприетарного.
...
...
play.d/pycharm.sh
View file @
23a4bdfe
...
...
@@ -6,9 +6,7 @@ DESCRIPTION="PyCharm CE — The Python IDE for Professional Developers"
.
$(
dirname
$0
)
/common.sh
URL
=
$(
epm tool eget
-O-
"https://data.services.jetbrains.com/products/releases?code=PCC&latest=true&type=release"
| epm
--inscript
tool json
-b
|
grep
'"PCC",0,"downloads","linux","link"'
|
sed
-e
's|.*[[:space:]]||'
)
#URL=https://download.jetbrains.com/python/pycharm-community-2022.2.tar.gz
URL
=
$(
epm tool eget
-O-
"https://data.services.jetbrains.com/products/releases?code=PCC&latest=true&type=release"
| epm
--inscript
tool json
-b
|
grep
'"PCC",0,"downloads","linux","link"'
|
sed
-e
's|.*[[:space:]]||'
|
sed
-e
's|"||g'
)
# eval for drop quotes
eval
epm
install
$URL
epm
install
$URL
repack.d/pycharm-community.sh
View file @
23a4bdfe
...
...
@@ -62,17 +62,21 @@ for i in attach_amd64.dll attach_linux_x86.so attach_linux_amd64.so attach_x86.d
remove_dir
$PRODUCTDIR
/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/
done
for
i
in
$BUILDROOT$PRODUCTDIR
/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_
{
darwin,win32
}
*
;
do
remove_file
$PRODUCTDIR
/plugins/python-ce/helpers/pydev/_pydevd_bundle/
$(
basename
$i
)
cd
$BUILDROOT
/
||
exit
for
i
in
$PRODUCTDIR
/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_
{
darwin,win32
}
*
;
do
remove_file
$i
done
for
i
in
$
BUILDROOT$PRODUCTDIR
/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/
{
win32.pyd,win_amd64.pyd,darwin.so
}
;
do
remove_file
$
PRODUCTDIR
/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/
$(
basename
$i
)
for
i
in
$
PRODUCTDIR
/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/
*
-
{
win32.pyd,win_amd64.pyd,darwin.so
}
;
do
remove_file
$
i
done
cd
$BUILDROOT$PRODUCTDIR
/
||
exit
epm assure patchelf
||
exit
for
i
in
jbr/lib/lib
*
.so
;
do
a
=
patchelf
--set-rpath
'$ORIGIN/server:$ORIGIN'
$
BUILDROOT$PRODUCTDIR
/
$
i
a
=
patchelf
--set-rpath
'$ORIGIN/server:$ORIGIN'
$i
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment