pylint virtualenv

Tags: Related to: [[pylint]] See also: Previous:

Summary:

pylint virtualenv is used to set up virtual environments for specific projects.

Usage

Install

$ pyenv virtualenv 3.10.3 environment-name

to install using default pyenv run:

pyenv virtualenv envrionment-name

You can make pyenv-virtualenv auto activate when you cd into a folder by creating a .python-version file. you can do this by running: environment-name.

pyenv local environment-name

This file should just needs to have the name of the the environment in it.

References

  • [[]]

Updated: