fixed more shit again
This commit is contained in:
parent
082a4cea8e
commit
d6529c4f30
2 changed files with 4 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
||||||
.venv/
|
.venv/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
.direnv/
|
||||||
|
.envrc
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
# Optional: Define environment variables for the shell
|
# Optional: Define environment variables for the shell
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
echo "🐍 Entering Python 3.12 development environment."
|
echo "🐍 Entering Python 3.12 development environment."
|
||||||
echo " (Pandas and Requests are available)"
|
echo " (pip and Requests are available)"
|
||||||
python --version
|
python --version
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue