This repository was archived by the owner on Oct 21, 2022. It is now read-only.
change path to search for within virtualenv on Windows#26
Open
ergodicbreak wants to merge 1 commit intoLightTable:masterfrom
Open
change path to search for within virtualenv on Windows#26ergodicbreak wants to merge 1 commit intoLightTable:masterfrom
ergodicbreak wants to merge 1 commit intoLightTable:masterfrom
Conversation
|
Looking at testing this. Say I have a file in the root directory of a virtualenv called test_path.py that just consists of: If I add a connection to Python with the virtualenv as the root folder and evaluate these statements, the LightTable console will have the full path of Python in the Scripts folder of that virtualenv. Something like "C:\path\to\virtualenv\Scripts\python.exe". Without the changes, LightTable won't find it and something like "C:\Python27\python.exe" will be printed. That sound about right? |
Author
|
@dosmoc yes, that sounds right. I haven't looked at this in a while -- been meaning to test the new Atom build for Windows. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First pull request ever, sorry if I'm not doing something right!
See virtualenv docs at https://virtualenv.pypa.io/en/latest/userguide.html#windows-notes for reference.