mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-23 19:23:51 -05:00
@@ -38,7 +38,7 @@ to keep it in a location which is easy to type out the path to. From now, we'll
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Create your virtual environment with the following command::
|
||||
|
||||
python3.7 -m venv redenv
|
||||
python3.8 -m venv redenv
|
||||
|
||||
And activate it with the following command::
|
||||
|
||||
@@ -56,7 +56,7 @@ Continue reading `below <after-activating-virtual-environment>`.
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
Create your virtual environment with the following command::
|
||||
|
||||
py -3.7 -m venv redenv
|
||||
py -3.8 -m venv redenv
|
||||
|
||||
And activate it with the following command::
|
||||
|
||||
@@ -82,7 +82,7 @@ Using ``pyenv virtualenv``
|
||||
Using ``pyenv virtualenv`` saves you the headache of remembering where you installed your virtual
|
||||
environments. If you haven't already, install pyenv with `pyenv-installer`_.
|
||||
|
||||
First, ensure your pyenv interpreter is set to python 3.7.0 or greater with the following command::
|
||||
First, ensure your pyenv interpreter is set to python 3.8.1 or greater with the following command::
|
||||
|
||||
pyenv version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user