removing the .pyenv directory and staging a conda yml file for the Python virtual environment

This commit is contained in:
Alex Huddleston 2019-02-09 10:49:35 -06:00
parent a1b9698b64
commit a66a4d01e4
2 changed files with 30 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.pyenv/*

29
pyenv.yml Normal file
View file

@ -0,0 +1,29 @@
name: null
channels:
- defaults
dependencies:
- astroid=2.1.0=py37_0
- ca-certificates=2019.1.23=0
- certifi=2018.11.29=py37_0
- isort=4.3.4=py37_0
- lazy-object-proxy=1.3.1=py37h1de35cc_2
- libcxx=4.0.1=hcfea43d_1
- libcxxabi=4.0.1=hcfea43d_1
- libedit=3.1.20181209=hb402a30_0
- libffi=3.2.1=h475c297_4
- mccabe=0.6.1=py37_1
- ncurses=6.1=h0a44026_1
- openssl=1.1.1a=h1de35cc_0
- pip=19.0.1=py37_0
- pylint=2.2.2=py37_0
- python=3.7.2=haf84260_0
- readline=7.0=h1de35cc_5
- setuptools=40.7.3=py37_0
- six=1.12.0=py37_0
- sqlite=3.26.0=ha441bb4_0
- tk=8.6.8=ha441bb4_0
- wheel=0.32.3=py37_0
- wrapt=1.11.0=py37h1de35cc_0
- xz=5.2.4=h1de35cc_4
- zlib=1.2.11=h1de35cc_3
prefix: /Users/shadow8t4/git/MultiPub/.pyenv