Skip to content

Commit 47dcd19

Browse files
committed
Change title to 'Scala and virtual environments'
1 parent e5ec5bb commit 47dcd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/scala-for-python-devs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ Follow the links below for more details:
12871287
- Infix methods
12881288
- Macros and metaprogramming
12891289

1290-
## How to setup a virtual environment in Scala?
1290+
## Scala and virtual environments
12911291

12921292
In Scala, there is no need to explicitly set up the equivalent of a Python virtual environment. By default, Scala build tools manage project dependencies such that users do not have to think about manual package installation. For example, using the `sbt` build tool, we specify dependencies inside `build.sbt` file under `libraryDependencies` setting, then executing
12931293

0 commit comments

Comments
 (0)