-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I've been using this repo to remaster core.gz and create a new iso, works great, many thanks.
I know this is 2+ years old, but I thought I would ask (if you know) how to get the python extension to install. I did the following and git/vim work on the new iso:
python addPkg.py git.tcz
python addPkg.py vim.tcz
python addPkg.py python.tcz
mkdir -p src/packages
mv src/include/cde/optional/*.tcz src/packages/
make clean
make unpack
make unsquash
make overlay ... creates a core2.gz file ? which I renamed to core.gz
make buildextra
make include
sudo make buildiso
... python is installed, kind of, but the /usr/local/bin is missing python* and easy_install*
... has something to do with /usr/local/tce.installed which has a file called python containing:
#!/bin/sh
tar xzf /usr/local/share/python/files/files.tar.gz -C /
ln -sf /usr/local/bin/python2.7 /usr/bin/python
... should this run somehow when core boots ?
UPDATE:
I figured this out and created a repo to suit the issue I was having at:
https://github.com/cleesmith/core_git_vim_python
... many thanks for this project
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels