Sign inSign up

hwaipy/codeserver_python

By hwaipy

Updated almost 5 years ago

Image
0

1.0K

hwaipy/codeserver_python repository overview

CodeServer_Python

Set PYTHONPATH permenently:
nano ~/.bashrc

add this line at the bottom of the file (for example):

export PYTHONPATH=$PYTHONPATH:/home/workspace/InteractionFreePy/
Set PYTHONPATH for Pylint:

create a file named (for example) /home/workspace/env with the content below:

PYTHONPATH=$PYTHONPATH:/home/workspace/InteractionFreePy/

open the setting of "python: env file", set the path, then refresh the page.

Tag summary

Content type

Image

Digest

Size

423.6 MB

Last updated

almost 5 years ago

docker pull hwaipy/codeserver_python