8000 GitHub - sribarrow/milestone2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sribarrow/milestone2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Management

First time only

  1. Install brew
brew install pyenv
  1. The following should create a snippet to be added to .profile
curl https://pyenv.run | bash

if not, add the following snippet to your .profile file such as .bash_profile, .zshrc

export PATH="~/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
  1. To install a python version 3.8.8 with pyenv
pyenv install 3.8.8
  1. To set your python version globally
pyenv global 3.8.8
  1. To check pyenv versions available
pyenv versions
  1. Install poetry with pip so you can take advantage of pyenv
pip install poetry

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0