Skip to content

jamielatham15/python_dev_env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Basic python development environment

Workflow

  • Update and upgrade a fresh install of Ubuntu/WSL
  • Run the automatic pyenv installer
  • Configure .profile and .bashrc to work with pyenv & pipenv
  • Install a user-specified version of python
  • Set the global version of python
  • Install pipenv

Includes

  • Python
  • Pyenv
  • Pipenv

Dependencies

  • Ubuntu/WSL

Instructions

  1. Clone the repo and navigate to the directory
  2. Run the following commands
chmod u+x ./setup.sh
./setup.sh
  1. Restart the shell

About

Quickly setup a python development environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages