R-Rijnbeek / standard_anaconda_venv_builder

Repository with as purpose to wave a standard protocol to build a virtual environment inside the project based on an YML file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

standard_local_anaconda_builder

Repository with as purpose to have a standard protocol to build a virtual environment inside the project based on an YML file

prerequisites

Has anaconda installed on windows. And configured you system variables ($path) of anaconda on windows:

  • C:\ProgramData\Anaconda3
  • C:\ProgramData\Anaconda3\Scripts
  • C:\ProgramData\Anaconda3\Library\bin

Instalation protocol

  1. Clone the github repository.
$ git clone https://github.com/R-Rijnbeek/standard_anaconda_venv_builder.git
  1. Enter the project folder.
$ cd standard_anaconda_venv_builder
  1. Build the virtual environment on the repository by running:
$ build.bat
  1. To activate the environmet and run the test scripts:
$ activate ./env
$ python test.py

Notes to know:

  1. The current YML file is an standad python instalation
  2. If you need add more libraries. Then you only need to add them in the current yml file or create an new one and replace it.
  3. This repository is tested with windows 10 and anaconda version 4.11.0

About

Repository with as purpose to wave a standard protocol to build a virtual environment inside the project based on an YML file

License:MIT License


Languages

Language:Batchfile 67.6%Language:Python 32.4%