The scripts to have on my private linux distro powered by python
First you need to clone this repository by doing this on your command line:
#if you don't care about git history (which can get quite large) you can --depth 1 at the end to make a shallow copy
git clone https://github.com/randomusert/python-powered-linux.git - Python
You can test the environment following 2 guides:
The test.py script is a test script for testing the environment.
to run it do:
#if you are on linux or Macos you propably need to run python3 instead as they provide both python3 and python2
python test.py The seccond way is to run it from the command line
#if you are on linux or Macos you propably need to run python3 instead as they provide both python3 and python2
python src/init/init.py