Skip to content

PyFunceble/miniconda-template

Repository files navigation

@PyFunceble on miniconda

Codacy Badge

This script consist of two parts.

  1. setup_miniconda.sh
  2. pyfunceble.sh

Setup

If everything works as expected, you should never run setup_miniconda.sh more than once. This is because we will be using the .environment.yaml to keep your version up to date.

Running PyFunceble

Simple, feat the scripts with answers or it staves and die... 💀

For testing purpose you can use the default @PyFunceble test file from https://raw.githubusercontent.com/PyFunceble/ci_test/master/test.list

The command would then be

$ ./pyfunceble.sh "https://raw.githubusercontent.com/PyFunceble/ci_test/master/test.list"

Read more

You can read more about environment variables at https://pyfunceble.readthedocs.io/en/dev/usage/index.html#from-a-terminal

Test string

To alter the test options you should be reading more about this at https://pyfunceble.readthedocs.io/en/dev/usage/index.html

Why this script

See funilrys/PyFunceble#39 by @mitchellkrogza and @funilrys and since I'm running on a Ubuntu which curses some troubles as @mitchellkrogza describes it:

Distributions like Ubuntu are especially troublesome with Python issues which are easily solved by just running Python in Conda environments.