5

Python Development Environment 2019

 2 years ago
source link: https://fann.im/blog/2018/12/25/python-development-environment-2019/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Python Development Environment 2019

Dec 25, 2018

macOS

  1. brew install python to install python 3
  2. python3 -m venv .venv or virtualenv -p $(which python3) .venv
  3. source .venv/bin/activate
  4. pip install 'python-language-server[all]' to install pyls, will switch to MSPyls.
  5. coding
  6. deactivate to leave

No more pyenv, pipenv, use pipsi to install utils written in Python.

Was this page helpful?


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK