Skip to content

more of a question than an issue #1

@cleesmith

Description

@cleesmith

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions