问题
I am using Atom IDE for working with Python along with Scripts package. I have created a virtual environment in my folder and want to use the packages in the same to work with Scripts.
Steps I have taken:
- Activate the environment and start the atom from cmd with
atom .
command - Use
atom-python-virtualenv
for selecting the virtual environment and then trying to run with Scripts package.
However in both cases the packages (installed in virtualenv) result in an import error. Am I missing something?
来源:https://stackoverflow.com/questions/59875319/virtual-environment-and-atom